Class: Aws::SES::Types::SendTemplatedEmailResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The unique message identifier returned from the ‘SendTemplatedEmail` action.

Returns:

  • (String)


4741
4742
4743
4744
# File 'lib/aws-sdk-ses/types.rb', line 4741

class SendTemplatedEmailResponse < Struct.new(
  :message_id)
  include Aws::Structure
end