AWSComprehendFlywheelStatus
Objective-C
NS_ENUM(NSInteger, AWSComprehendFlywheelStatus) {
AWSComprehendFlywheelStatusUnknown,
AWSComprehendFlywheelStatusCreating,
AWSComprehendFlywheelStatusActive,
AWSComprehendFlywheelStatusUpdating,
AWSComprehendFlywheelStatusDeleting,
AWSComprehendFlywheelStatusFailed,
}
Swift
enum AWSComprehendFlywheelStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusCreating
Swift
case creating = 1
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusActive
Swift
case active = 2
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusUpdating
Swift
case updating = 3
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusDeleting
Swift
case deleting = 4
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusFailed
Swift
case failed = 5