AWSEC2InstanceEventWindowState

Objective-C

NS_ENUM(NSInteger, AWSEC2InstanceEventWindowState) {
    AWSEC2InstanceEventWindowStateUnknown,
    AWSEC2InstanceEventWindowStateCreating,
    AWSEC2InstanceEventWindowStateDeleting,
    AWSEC2InstanceEventWindowStateActive,
    AWSEC2InstanceEventWindowStateDeleted,
}

Swift

enum AWSEC2InstanceEventWindowState : Int, @unchecked Sendable

Undocumented