:doc:`Route53Domains <../../route53domains>` / Client / get_contact_reachability_status

*******************************
get_contact_reachability_status
*******************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetContactReachabilityStatus>`_  


  **Request Syntax**
  ::

    response = client.get_contact_reachability_status(
        domainName='string'
    )
    
  :type domainName: string
  :param domainName: 

    The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.

    

  
  
  :rtype: 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**
  
  *   :py:class:`Route53Domains.Client.exceptions.InvalidInput`

  
  *   :py:class:`Route53Domains.Client.exceptions.OperationLimitExceeded`

  
  *   :py:class:`Route53Domains.Client.exceptions.UnsupportedTLD`

  