:doc:`Chime <../../chime>` / Client / get_phone_number_settings

*************************
get_phone_number_settings
*************************



.. py:method:: Chime.Client.get_phone_number_settings()

  

  Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetPhoneNumberSettings>`_  


  **Request Syntax**

  ::

    response = client.get_phone_number_settings()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'CallingName': 'string',
          'CallingNameUpdatedTimestamp': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **CallingName** *(string) --* 

        The default outbound calling name for the account.

        
      

      - **CallingNameUpdatedTimestamp** *(datetime) --* 

        The updated outbound calling name timestamp, in ISO 8601 format.

        
  
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  