Class: Aws::SESV2::Types::SendEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendEmailResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A unique message ID that you receive when an email is accepted for sending.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
A unique identifier for the message that is generated when the message is accepted.
Instance Attribute Details
#message_id ⇒ String
A unique identifier for the message that is generated when the message is accepted.
6576 6577 6578 6579 6580 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6576 class SendEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |