GetContactReachabilityStatusResponse
public struct GetContactReachabilityStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The domain name for which you requested the reachability status.
Declaration
Swift
public let domainName: String? -
Whether the registrant contact has responded. Values include the following: PENDING We sent the confirmation email and haven’t received a response yet. DONE We sent the email and got confirmation from the registrant contact. EXPIRED The time limit expired before the registrant contact responded.
Declaration
Swift
public let status: ReachabilityStatus? -
Undocumented
Declaration
Swift
public init(domainName: String? = nil, status: ReachabilityStatus? = nil)
View on GitHub
GetContactReachabilityStatusResponse Structure Reference