AWSEC2StatusType

Objective-C

NS_ENUM(NSInteger, AWSEC2StatusType) {
    AWSEC2StatusTypeUnknown,
    AWSEC2StatusTypePassed,
    AWSEC2StatusTypeFailed,
    AWSEC2StatusTypeInsufficientData,
    AWSEC2StatusTypeInitializing,
}

Swift

enum AWSEC2StatusType : Int, @unchecked Sendable

Undocumented