AWSIoTAbortAction

Objective-C

NS_ENUM(NSInteger, AWSIoTAbortAction) {
    AWSIoTAbortActionUnknown,
    AWSIoTAbortActionCancel,
}

Swift

enum AWSIoTAbortAction : Int, @unchecked Sendable

Undocumented