ChimeSDKVoice / Client / update_sip_media_application_call

update_sip_media_application_call#

ChimeSDKVoice.Client.update_sip_media_application_call(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.update_sip_media_application_call(
    SipMediaApplicationId='string',
    TransactionId='string',
    Arguments={
        'string': 'string'
    }
)
Parameters:
  • SipMediaApplicationId (string) – [REQUIRED]

  • TransactionId (string) – [REQUIRED]

  • Arguments (dict) –

    [REQUIRED]

    • (string) –

      • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'SipMediaApplicationCall': {
        'TransactionId': 'string'
    }
}

Response Structure

  • (dict) –

    • SipMediaApplicationCall (dict) –

      • TransactionId (string) –

Exceptions

  • ChimeSDKVoice.Client.exceptions.BadRequestException

  • ChimeSDKVoice.Client.exceptions.NotFoundException

  • ChimeSDKVoice.Client.exceptions.ForbiddenException

  • ChimeSDKVoice.Client.exceptions.ResourceLimitExceededException

  • ChimeSDKVoice.Client.exceptions.ThrottledClientException

  • ChimeSDKVoice.Client.exceptions.UnauthorizedClientException

  • ChimeSDKVoice.Client.exceptions.ServiceUnavailableException

  • ChimeSDKVoice.Client.exceptions.ServiceFailureException