You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::SuppressedDestinationSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A summary that describes the suppressed email address.

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address that\'s on the suppression list for your account.

Returns:

  • (String)

    The email address that\'s on the suppression list for your account.

#last_update_timeTime

The date and time when the suppressed destination was last updated, shown in Unix time format.

Returns:

  • (Time)

    The date and time when the suppressed destination was last updated, shown in Unix time format.

#reasonString

The reason that the address was added to the suppression list for your account.

Possible values:

  • BOUNCE
  • COMPLAINT

Returns:

  • (String)

    The reason that the address was added to the suppression list for your account.