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
AWSDynamoDBTableStatusUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusCreating
Swift
case creating = 1
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusUpdating
Swift
case updating = 2
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusDeleting
Swift
case deleting = 3
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusActive
Swift
case active = 4
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusInaccessibleEncryptionCredentials
Swift
case inaccessibleEncryptionCredentials = 5
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusArchiving
Swift
case archiving = 6
-
Undocumented
Declaration
Objective-C
AWSDynamoDBTableStatusArchived
Swift
case archived = 7