Class: Aws::SES::Types::SendRawEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendRawEmailResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a unique message ID.
Instance Attribute Summary collapse
-
#message_id ⇒ String
The unique message identifier returned from the ‘SendRawEmail` action.
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the ‘SendRawEmail` action.
3605 3606 3607 3608 |
# File 'lib/aws-sdk-ses/types.rb', line 3605 class SendRawEmailResponse < Struct.new( :message_id) include Aws::Structure end |