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/SendBounceRequest.html below:

SendBounceRequest — AWS SDK for Ruby V2

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

{
  original_message_id: "MessageId",   bounce_sender: "Address",   explanation: "Explanation",
  message_dsn: {
    reporting_mta: "ReportingMta",     arrival_date: Time.now,
    extension_fields: [
      {
        name: "ExtensionFieldName",         value: "ExtensionFieldValue",       },
    ],
  },
  bounced_recipient_info_list: [     {
      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",           },
        ],
      },
    },
  ],
  bounce_sender_arn: "AmazonResourceName",
}

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