Class: Aws::SES::Types::SendRawEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendRawEmailResponse
- 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
SendRawEmail
action.
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the SendRawEmail
action.
4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4401 class SendRawEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |