Class: Aws::SES::Types::SendTemplatedEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::SendTemplatedEmailResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
4517 4518 4519 4520 4521 |
# File 'lib/aws-sdk-ses/types.rb', line 4517 class SendTemplatedEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |