AWSComprehendFlywheelStatus
Objective-C
NS_ENUM(NSInteger, AWSComprehendFlywheelStatus) {
AWSComprehendFlywheelStatusUnknown,
AWSComprehendFlywheelStatusCreating,
AWSComprehendFlywheelStatusActive,
AWSComprehendFlywheelStatusUpdating,
AWSComprehendFlywheelStatusDeleting,
AWSComprehendFlywheelStatusFailed,
}
Swift
enum AWSComprehendFlywheelStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusCreatingSwift
case creating = 1 -
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusActiveSwift
case active = 2 -
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusUpdatingSwift
case updating = 3 -
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusDeletingSwift
case deleting = 4 -
Undocumented
Declaration
Objective-C
AWSComprehendFlywheelStatusFailedSwift
case failed = 5
View on GitHub
Install in Dash
AWSComprehendFlywheelStatus Enumeration Reference