Amazon.Route53Domains.AmazonRoute53DomainsClient.GetContactReachabilityStatus C# (CSharp) Method

GetContactReachabilityStatus() public method

For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.

If you want us to resend the email, use the ResendContactReachabilityEmail operation.

/// The requested item is not acceptable. For example, for an OperationId it may refer /// to the ID of an operation that is already completed. For a domain name, it may not /// be a valid domain name or belong to the requester account. /// /// The number of operations or jobs running exceeded the allowed threshold for the account. /// /// Amazon Route 53 does not support this top-level domain. ///
public GetContactReachabilityStatus ( GetContactReachabilityStatusRequest request ) : GetContactReachabilityStatusResponse
request Amazon.Route53Domains.Model.GetContactReachabilityStatusRequest Container for the necessary parameters to execute the GetContactReachabilityStatus service method.
return Amazon.Route53Domains.Model.GetContactReachabilityStatusResponse
        public GetContactReachabilityStatusResponse GetContactReachabilityStatus(GetContactReachabilityStatusRequest request)
        {
            var marshaller = new GetContactReachabilityStatusRequestMarshaller();
            var unmarshaller = GetContactReachabilityStatusResponseUnmarshaller.Instance;

            return Invoke<GetContactReachabilityStatusRequest,GetContactReachabilityStatusResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53DomainsClient