ChimeSDKVoice / Client / get_voice_connector_termination
get_voice_connector_termination#
- ChimeSDKVoice.Client.get_voice_connector_termination(**kwargs)#
See also: AWS API Documentation
Request Syntax
response = client.get_voice_connector_termination( VoiceConnectorId='string' )
- Parameters:
VoiceConnectorId (string) – [REQUIRED]
- Return type:
dict
- Returns:
Response Syntax
{ 'Termination': { 'CpsLimit': 123, 'DefaultPhoneNumber': 'string', 'CallingRegions': [ 'string', ], 'CidrAllowedList': [ 'string', ], 'Disabled': True|False } }
Response Structure
(dict) –
Termination (dict) –
CpsLimit (integer) –
DefaultPhoneNumber (string) –
CallingRegions (list) –
(string) –
CidrAllowedList (list) –
(string) –
Disabled (boolean) –
Exceptions
ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
ChimeSDKVoice.Client.exceptions.NotFoundException
ChimeSDKVoice.Client.exceptions.ForbiddenException
ChimeSDKVoice.Client.exceptions.BadRequestException
ChimeSDKVoice.Client.exceptions.ThrottledClientException
ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
ChimeSDKVoice.Client.exceptions.ServiceFailureException