SESV2.Client.
get_suppressed_destination
(**kwargs)¶Retrieves information about a specific email address that's on the suppression list for your account.
See also: AWS API Documentation
Request Syntax
response = client.get_suppressed_destination(
EmailAddress='string'
)
[REQUIRED]
The email address that's on the account suppression list.
{
'SuppressedDestination': {
'EmailAddress': 'string',
'Reason': 'BOUNCE'|'COMPLAINT',
'LastUpdateTime': datetime(2015, 1, 1),
'Attributes': {
'MessageId': 'string',
'FeedbackId': 'string'
}
}
}
Response Structure
Information about the suppressed email address.
An object containing information about the suppressed email address.
The email address that is on the suppression list for your account.
The reason that the address was added to the suppression list for your account.
The date and time when the suppressed destination was last updated, shown in Unix time format.
An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
A unique identifier that's generated when an email address is added to the suppression list for your account.
Exceptions
SESV2.Client.exceptions.BadRequestException
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.NotFoundException