TableStatus
public enum TableStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creating = "CREATING"
-
Undocumented
Declaration
Swift
case updating = "UPDATING"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Undocumented
Declaration
Swift
case active = "ACTIVE"
-
Undocumented
Declaration
Swift
case inaccessibleEncryptionCredentials = "INACCESSIBLE_ENCRYPTION_CREDENTIALS"
-
Undocumented
Declaration
Swift
case archiving = "ARCHIVING"
-
Undocumented
Declaration
Swift
case archived = "ARCHIVED"
-
Declaration
Swift
public var description: String { get }