ChimeSDKVoice / Client / get_global_settings

get_global_settings#

ChimeSDKVoice.Client.get_global_settings()#

See also: AWS API Documentation

Request Syntax

response = client.get_global_settings()
Return type:

dict

Returns:

Response Syntax

{
    'VoiceConnector': {
        'CdrBucket': 'string'
    }
}

Response Structure

  • (dict) –

    • VoiceConnector (dict) –

      • CdrBucket (string) –

Exceptions

  • ChimeSDKVoice.Client.exceptions.UnauthorizedClientException

  • ChimeSDKVoice.Client.exceptions.ForbiddenException

  • ChimeSDKVoice.Client.exceptions.BadRequestException

  • ChimeSDKVoice.Client.exceptions.ThrottledClientException

  • ChimeSDKVoice.Client.exceptions.ServiceUnavailableException

  • ChimeSDKVoice.Client.exceptions.ServiceFailureException