Connect / Client / update_queue_outbound_email_config
update_queue_outbound_email_config#
- Connect.Client.update_queue_outbound_email_config(**kwargs)#
- Updates the outbound email address Id for a specified queue. - 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] - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. 
- QueueId (string) – - [REQUIRED] - The identifier for the queue. 
- OutboundEmailConfig (dict) – - [REQUIRED] - The outbound email address ID for a specified queue. - OutboundEmailAddressId (string) – - The identifier of the email address. 
 
 
- 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