AWSEC2VolumeModificationState
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeModificationState) {
AWSEC2VolumeModificationStateUnknown,
AWSEC2VolumeModificationStateModifying,
AWSEC2VolumeModificationStateOptimizing,
AWSEC2VolumeModificationStateCompleted,
AWSEC2VolumeModificationStateFailed,
}
Swift
enum AWSEC2VolumeModificationState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateModifying
Swift
case modifying = 1
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateOptimizing
Swift
case optimizing = 2
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateCompleted
Swift
case completed = 3
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateFailed
Swift
case failed = 4