AWSEC2FastLaunchStateCode

Objective-C

NS_ENUM(NSInteger, AWSEC2FastLaunchStateCode) {
    AWSEC2FastLaunchStateCodeUnknown,
    AWSEC2FastLaunchStateCodeEnabling,
    AWSEC2FastLaunchStateCodeEnablingFailed,
    AWSEC2FastLaunchStateCodeEnabled,
    AWSEC2FastLaunchStateCodeEnabledFailed,
    AWSEC2FastLaunchStateCodeDisabling,
    AWSEC2FastLaunchStateCodeDisablingFailed,
}

Swift

enum AWSEC2FastLaunchStateCode : Int, @unchecked Sendable

Undocumented