NamespaceStatus
public enum NamespaceStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case created = "CREATED"
-
Undocumented
Declaration
Swift
case creating = "CREATING"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Undocumented
Declaration
Swift
case retryableFailure = "RETRYABLE_FAILURE"
-
Undocumented
Declaration
Swift
case nonRetryableFailure = "NON_RETRYABLE_FAILURE"
-
Declaration
Swift
public var description: String { get }