AWSIoTOTAUpdateStatus
Objective-C
NS_ENUM(NSInteger, AWSIoTOTAUpdateStatus) {
AWSIoTOTAUpdateStatusUnknown,
AWSIoTOTAUpdateStatusCreatePending,
AWSIoTOTAUpdateStatusCreateInProgress,
AWSIoTOTAUpdateStatusCreateComplete,
AWSIoTOTAUpdateStatusCreateFailed,
AWSIoTOTAUpdateStatusDeleteInProgress,
AWSIoTOTAUpdateStatusDeleteFailed,
}
Swift
enum AWSIoTOTAUpdateStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusCreatePendingSwift
case createPending = 1 -
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusCreateInProgressSwift
case createInProgress = 2 -
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusCreateCompleteSwift
case createComplete = 3 -
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusCreateFailedSwift
case createFailed = 4 -
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusDeleteInProgressSwift
case deleteInProgress = 5 -
Undocumented
Declaration
Objective-C
AWSIoTOTAUpdateStatusDeleteFailedSwift
case deleteFailed = 6
View on GitHub
Install in Dash
AWSIoTOTAUpdateStatus Enumeration Reference