AWSEC2AllocationState
Objective-C
NS_ENUM(NSInteger, AWSEC2AllocationState) {
AWSEC2AllocationStateUnknown,
AWSEC2AllocationStateAvailable,
AWSEC2AllocationStateUnderAssessment,
AWSEC2AllocationStatePermanentFailure,
AWSEC2AllocationStateReleased,
AWSEC2AllocationStateReleasedPermanentFailure,
AWSEC2AllocationStatePending,
}
Swift
enum AWSEC2AllocationState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateAvailable
Swift
case available = 1
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateUnderAssessment
Swift
case underAssessment = 2
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStatePermanentFailure
Swift
case permanentFailure = 3
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateReleased
Swift
case released = 4
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateReleasedPermanentFailure
Swift
case releasedPermanentFailure = 5
-
Undocumented
Declaration
Objective-C
AWSEC2AllocationStatePending
Swift
case pending = 6