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
AWSEC2FastLaunchStateCodeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnabling
Swift
case enabling = 1
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnablingFailed
Swift
case enablingFailed = 2
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnabled
Swift
case enabled = 3
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeEnabledFailed
Swift
case enabledFailed = 4
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeDisabling
Swift
case disabling = 5
-
Undocumented
Declaration
Objective-C
AWSEC2FastLaunchStateCodeDisablingFailed
Swift
case disablingFailed = 6