class Aws::SES::Types::MessageDsn

Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html

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

data as a hash:

    {
      reporting_mta: "ReportingMta", # required
      arrival_date: Time.now,
      extension_fields: [
        {
          name: "ExtensionFieldName", # required
          value: "ExtensionFieldValue", # required
        },
      ],
    }

@!attribute [rw] reporting_mta

The reporting MTA that attempted to deliver the message, formatted
as specified in [RFC 3464][1] (`mta-name-type; mta-name`). The
default value is `dns; inbound-smtp.[region].amazonaws.com`.

[1]: https://tools.ietf.org/html/rfc3464
@return [String]

@!attribute [rw] arrival_date

When the message was received by the reporting mail transfer agent
(MTA), in [RFC 822][1] date-time format.

[1]: https://www.ietf.org/rfc/rfc0822.txt
@return [Time]

@!attribute [rw] extension_fields

Additional X-headers to include in the DSN.
@return [Array<Types::ExtensionField>]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/MessageDsn AWS API Documentation

Constants

SENSITIVE