Connect / Client / update_email_address_metadata

update_email_address_metadata#

Connect.Client.update_email_address_metadata(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.update_email_address_metadata(
    InstanceId='string',
    EmailAddressId='string',
    Description='string',
    DisplayName='string',
    ClientToken='string'
)
Parameters:
  • InstanceId (string) – [REQUIRED]

  • EmailAddressId (string) – [REQUIRED]

  • Description (string) –

  • DisplayName (string) –

  • ClientToken (string) –

Return type:

dict

Returns:

Response Syntax

{
    'EmailAddressId': 'string',
    'EmailAddressArn': 'string'
}

Response Structure

  • (dict) –

    • EmailAddressId (string) –

    • EmailAddressArn (string) –

Exceptions

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.AccessDeniedException

  • Connect.Client.exceptions.ThrottlingException

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.IdempotencyException