AWSDynamoDBTableStatus
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBTableStatus) {
AWSDynamoDBTableStatusUnknown,
AWSDynamoDBTableStatusCreating,
AWSDynamoDBTableStatusUpdating,
AWSDynamoDBTableStatusDeleting,
AWSDynamoDBTableStatusActive,
AWSDynamoDBTableStatusInaccessibleEncryptionCredentials,
AWSDynamoDBTableStatusArchiving,
AWSDynamoDBTableStatusArchived,
}
Swift
enum AWSDynamoDBTableStatus : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusCreatingSwift
case creating = 1 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusUpdatingSwift
case updating = 2 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusDeletingSwift
case deleting = 3 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusActiveSwift
case active = 4 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusInaccessibleEncryptionCredentialsSwift
case inaccessibleEncryptionCredentials = 5 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusArchivingSwift
case archiving = 6 -
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusArchivedSwift
case archived = 7
View on GitHub
Install in Dash
AWSDynamoDBTableStatus Enumeration Reference