Route53Domains / Client / get_contact_reachability_status
get_contact_reachability_status#
- Route53Domains.Client.get_contact_reachability_status(**kwargs)#
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.See also: AWS API Documentation
Request Syntax
response = client.get_contact_reachability_status( domainName='string' )
- Parameters:
domainName (string) – The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
- Return type:
dict
- Returns:
Response Syntax
{ 'domainName': 'string', 'status': 'PENDING'|'DONE'|'EXPIRED' }
Response Structure
(dict) –
domainName (string) –
The domain name for which you requested the reachability status.
status (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.
Exceptions
Route53Domains.Client.exceptions.InvalidInput
Route53Domains.Client.exceptions.OperationLimitExceeded
Route53Domains.Client.exceptions.UnsupportedTLD