A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SES/Types/BouncedRecipientInfo.html below:

BouncedRecipientInfo — AWS SDK for Ruby V2

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

Class: Aws::SES::Types::BouncedRecipientInfo
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing BouncedRecipientInfo as input to an Aws::Client method, you can use a vanilla Hash:

{
  recipient: "Address",   recipient_arn: "AmazonResourceName",
  bounce_type: "DoesNotExist",   recipient_dsn_fields: {
    final_recipient: "Address",
    action: "failed",     remote_mta: "RemoteMta",
    status: "DsnStatus",     diagnostic_code: "DiagnosticCode",
    last_attempt_date: Time.now,
    extension_fields: [
      {
        name: "ExtensionFieldName",         value: "ExtensionFieldValue",       },
    ],
  },
}

Recipient-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.

Instance Attribute Summary collapse Instance Attribute Details #bounce_type ⇒ String

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

Possible values:

#recipient ⇒ String

The email address of the recipient of the bounced email.

#recipient_arn ⇒ String

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

#recipient_dsn_fieldsTypes::RecipientDsnFields

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4