AWSIoTOTAUpdateStatus

Objective-C

NS_ENUM(NSInteger, AWSIoTOTAUpdateStatus) {
    AWSIoTOTAUpdateStatusUnknown,
    AWSIoTOTAUpdateStatusCreatePending,
    AWSIoTOTAUpdateStatusCreateInProgress,
    AWSIoTOTAUpdateStatusCreateComplete,
    AWSIoTOTAUpdateStatusCreateFailed,
    AWSIoTOTAUpdateStatusDeleteInProgress,
    AWSIoTOTAUpdateStatusDeleteFailed,
}

Swift

enum AWSIoTOTAUpdateStatus : Int, @unchecked Sendable

Undocumented