SESV2 / Client / put_email_identity_configuration_set_attributes

put_email_identity_configuration_set_attributes#

SESV2.Client.put_email_identity_configuration_set_attributes(**kwargs)#

Used to associate a configuration set with an email identity.

See also: AWS API Documentation

Request Syntax

response = client.put_email_identity_configuration_set_attributes(
    EmailIdentity='string',
    ConfigurationSetName='string'
)
Parameters:
  • EmailIdentity (string) –

    [REQUIRED]

    The email address or domain to associate with a configuration set.

  • ConfigurationSetName (string) – The configuration set to associate with an email identity.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Exceptions

  • SESV2.Client.exceptions.NotFoundException

  • SESV2.Client.exceptions.TooManyRequestsException

  • SESV2.Client.exceptions.BadRequestException