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
AWSEC2AllocationStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateAvailableSwift
case available = 1 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateUnderAssessmentSwift
case underAssessment = 2 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationStatePermanentFailureSwift
case permanentFailure = 3 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateReleasedSwift
case released = 4 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationStateReleasedPermanentFailureSwift
case releasedPermanentFailure = 5 -
Undocumented
Declaration
Objective-C
AWSEC2AllocationStatePendingSwift
case pending = 6
View on GitHub
Install in Dash
AWSEC2AllocationState Enumeration Reference