

# SuppressionAttributes
<a name="API_SuppressionAttributes"></a>

An object that contains information about the email address suppression preferences for your account in the current AWS Region.

## Contents
<a name="API_SuppressionAttributes_Contents"></a>

 ** SuppressedReasons **   <a name="SES-Type-SuppressionAttributes-SuppressedReasons"></a>
A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:  
+  `COMPLAINT` – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
+  `BOUNCE` – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
Type: Array of strings  
Valid Values: `BOUNCE | COMPLAINT`   
Required: No

 ** ValidationAttributes **   <a name="SES-Type-SuppressionAttributes-ValidationAttributes"></a>
Structure containing validation attributes used for suppressing sending to specific destination on account level.  
Type: [SuppressionValidationAttributes](API_SuppressionValidationAttributes.md) object  
Required: No

## See Also
<a name="API_SuppressionAttributes_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sesv2-2019-09-27/SuppressionAttributes) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sesv2-2019-09-27/SuppressionAttributes) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sesv2-2019-09-27/SuppressionAttributes) 