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

**************************
put_suppressed_destination
**************************



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

  

  Adds an email address to the suppression list for your account.

  

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


  **Request Syntax**
  ::

    response = client.put_suppressed_destination(
        EmailAddress='string',
        Reason='BOUNCE'|'COMPLAINT'
    )
    
  :type EmailAddress: string
  :param EmailAddress: **[REQUIRED]** 

    The email address that should be added to the suppression list for your account.

    

  
  :type Reason: string
  :param Reason: **[REQUIRED]** 

    The factors that should cause the email address to be added to the suppression list for your account.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An HTTP 200 response if the request succeeds, or an error message if the request fails.

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

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

  