AWSEC2VolumeState
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeState) {
AWSEC2VolumeStateUnknown,
AWSEC2VolumeStateCreating,
AWSEC2VolumeStateAvailable,
AWSEC2VolumeStateInUse,
AWSEC2VolumeStateDeleting,
AWSEC2VolumeStateDeleted,
AWSEC2VolumeStateError,
}
Swift
enum AWSEC2VolumeState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateCreating
Swift
case creating = 1
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateAvailable
Swift
case available = 2
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateInUse
Swift
case inUse = 3
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateDeleting
Swift
case deleting = 4
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateDeleted
Swift
case deleted = 5
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeStateError
Swift
case error = 6