class Aws::SESV2::Types::PutSuppressedDestinationRequest

A request to add an email destination to the suppression list for your account.

@note When making an API call, you may pass PutSuppressedDestinationRequest

data as a hash:

    {
      email_address: "EmailAddress", # required
      reason: "BOUNCE", # required, accepts BOUNCE, COMPLAINT
    }

@!attribute [rw] email_address

The email address that should be added to the suppression list for
your account.
@return [String]

@!attribute [rw] reason

The factors that should cause the email address to be added to the
suppression list for your account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutSuppressedDestinationRequest AWS API Documentation

Constants

SENSITIVE