DomainStatus
public enum DomainStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case pendingVerification = "PENDING_VERIFICATION"
-
Undocumented
Declaration
Swift
case inProgress = "IN_PROGRESS"
-
Undocumented
Declaration
Swift
case available = "AVAILABLE"
-
Undocumented
Declaration
Swift
case pendingDeployment = "PENDING_DEPLOYMENT"
-
Undocumented
Declaration
Swift
case failed = "FAILED"
-
Undocumented
Declaration
Swift
case creating = "CREATING"
-
Undocumented
Declaration
Swift
case requestingCertificate = "REQUESTING_CERTIFICATE"
-
Undocumented
Declaration
Swift
case updating = "UPDATING"
-
Declaration
Swift
public var description: String { get }