:doc:`SESV2 <../../sesv2>` / Client / put_email_identity_configuration_set_attributes

***********************************************
put_email_identity_configuration_set_attributes
***********************************************



.. py:method:: SESV2.Client.put_email_identity_configuration_set_attributes(**kwargs)

  

  Used to associate a configuration set with an email identity.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityConfigurationSetAttributes>`_  


  **Request Syntax**
  ::

    response = client.put_email_identity_configuration_set_attributes(
        EmailIdentity='string',
        ConfigurationSetName='string'
    )
    
  :type EmailIdentity: string
  :param EmailIdentity: **[REQUIRED]** 

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

    

  
  :type ConfigurationSetName: string
  :param ConfigurationSetName: 

    The configuration set to associate with an email identity.

    

  
  
  :rtype: 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**
  
  *   :py:class:`SESV2.Client.exceptions.NotFoundException`

  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`SESV2.Client.exceptions.BadRequestException`

  