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

Class: Aws::SESV2::Types::SendEmailResponse

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

Overview

A unique message ID that you receive when an email is accepted for sending.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

A unique identifier for the message that is generated when the message is accepted.

It\'s possible for Amazon SES to accept a message without sending it. This can happen when the message that you\'re trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.

Returns:

  • (String)

    A unique identifier for the message that is generated when the message is accepted.