AWSEC2AllocationState

Objective-C

NS_ENUM(NSInteger, AWSEC2AllocationState) {
    AWSEC2AllocationStateUnknown,
    AWSEC2AllocationStateAvailable,
    AWSEC2AllocationStateUnderAssessment,
    AWSEC2AllocationStatePermanentFailure,
    AWSEC2AllocationStateReleased,
    AWSEC2AllocationStateReleasedPermanentFailure,
    AWSEC2AllocationStatePending,
}

Swift

enum AWSEC2AllocationState : Int, @unchecked Sendable

Undocumented