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.InvalidRequestExceptionConnect.Client.exceptions.InvalidParameterExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.ThrottlingExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.AccessDeniedExceptionConnect.Client.exceptions.ConditionalOperationFailedException