AWSEC2FastLaunchStateCode
Objective-C
NS_ENUM(NSInteger, AWSEC2FastLaunchStateCode) {
AWSEC2FastLaunchStateCodeUnknown,
AWSEC2FastLaunchStateCodeEnabling,
AWSEC2FastLaunchStateCodeEnablingFailed,
AWSEC2FastLaunchStateCodeEnabled,
AWSEC2FastLaunchStateCodeEnabledFailed,
AWSEC2FastLaunchStateCodeDisabling,
AWSEC2FastLaunchStateCodeDisablingFailed,
}
Swift
enum AWSEC2FastLaunchStateCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnablingSwift
case enabling = 1 -
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnablingFailedSwift
case enablingFailed = 2 -
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnabledSwift
case enabled = 3 -
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnabledFailedSwift
case enabledFailed = 4 -
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeDisablingSwift
case disabling = 5 -
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeDisablingFailedSwift
case disablingFailed = 6
View on GitHub
Install in Dash
AWSEC2FastLaunchStateCode Enumeration Reference