AWSEC2AttachmentStatus

Objective-C

NS_ENUM(NSInteger, AWSEC2AttachmentStatus) {
    AWSEC2AttachmentStatusUnknown,
    AWSEC2AttachmentStatusAttaching,
    AWSEC2AttachmentStatusAttached,
    AWSEC2AttachmentStatusDetaching,
    AWSEC2AttachmentStatusDetached,
}

Swift

enum AWSEC2AttachmentStatus : Int, @unchecked Sendable

Undocumented