Class: Aws::SES::Types::SendEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendEmailResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Represents a unique message ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The unique message identifier returned from the
SendEmail
action.
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the SendEmail
action.
4204 4205 4206 4207 4208 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4204 class SendEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |