AWSEC2VolumeModificationState
Objective-C
NS_ENUM(NSInteger, AWSEC2VolumeModificationState) {
AWSEC2VolumeModificationStateUnknown,
AWSEC2VolumeModificationStateModifying,
AWSEC2VolumeModificationStateOptimizing,
AWSEC2VolumeModificationStateCompleted,
AWSEC2VolumeModificationStateFailed,
}
Swift
enum AWSEC2VolumeModificationState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateModifyingSwift
case modifying = 1 -
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateOptimizingSwift
case optimizing = 2 -
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateCompletedSwift
case completed = 3 -
Undocumented
Declaration
Objective-C
AWSEC2VolumeModificationStateFailedSwift
case failed = 4
View on GitHub
Install in Dash
AWSEC2VolumeModificationState Enumeration Reference