Class: Aws::SES::Types::SendTemplatedEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendTemplatedEmailResponse
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The unique message identifier returned from the
SendTemplatedEmail
action.
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the SendTemplatedEmail
action.
5377 5378 5379 5380 5381 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5377 class SendTemplatedEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |