Connect / Client / update_queue_outbound_email_config

update_queue_outbound_email_config#

Connect.Client.update_queue_outbound_email_config(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.update_queue_outbound_email_config(
    InstanceId='string',
    QueueId='string',
    OutboundEmailConfig={
        'OutboundEmailAddressId': 'string'
    }
)
Parameters:
  • InstanceId (string) – [REQUIRED]

  • QueueId (string) – [REQUIRED]

  • OutboundEmailConfig (dict) –

    [REQUIRED]

    • OutboundEmailAddressId (string) –

Returns:

None

Exceptions

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.ThrottlingException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.AccessDeniedException

  • Connect.Client.exceptions.ConditionalOperationFailedException