AWSEC2CancelBatchErrorCode

Objective-C

NS_ENUM(NSInteger, AWSEC2CancelBatchErrorCode) {
    AWSEC2CancelBatchErrorCodeUnknown,
    AWSEC2CancelBatchErrorCodeFleetRequestIdDoesNotExist,
    AWSEC2CancelBatchErrorCodeFleetRequestIdMalformed,
    AWSEC2CancelBatchErrorCodeFleetRequestNotInCancellableState,
    AWSEC2CancelBatchErrorCodeUnexpectedError,
}

Swift

enum AWSEC2CancelBatchErrorCode : Int, @unchecked Sendable

Undocumented