:doc:`ChimeSDKVoice <../../chime-sdk-voice>` / Client / list_available_voice_connector_regions

**************************************
list_available_voice_connector_regions
**************************************



.. py:method:: ChimeSDKVoice.Client.list_available_voice_connector_regions()

  

  Lists the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/ListAvailableVoiceConnectorRegions>`_  


  **Request Syntax**

  ::

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

    
    ::

      {
          'VoiceConnectorRegions': [
              'us-east-1'|'us-west-2'|'ca-central-1'|'eu-central-1'|'eu-west-1'|'eu-west-2'|'ap-northeast-2'|'ap-northeast-1'|'ap-southeast-1'|'ap-southeast-2',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **VoiceConnectorRegions** *(list) --* 

        The list of AWS Regions.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.UnauthorizedClientException`

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

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

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

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

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

  