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.
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.
4354 4355 4356 4357 4358 |
# File 'lib/aws-sdk-ses/types.rb', line 4354 class SendRawEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |