| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.SuppressionListReason
Description
Synopsis
- newtype SuppressionListReason where
Documentation
newtype SuppressionListReason Source #
The reason that the address was added to the suppression list for your account. The value can be one of the following:
COMPLAINT– Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a complaint.BOUNCE– Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a hard bounce.
Constructors
| SuppressionListReason' | |
Fields | |
Bundled Patterns
| pattern SuppressionListReason_BOUNCE :: SuppressionListReason | |
| pattern SuppressionListReason_COMPLAINT :: SuppressionListReason |