Class: Aws::SES::Types::SendBulkTemplatedEmailResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusArray<Types::BulkEmailDestinationStatus>

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



4063
4064
4065
4066
# File 'lib/aws-sdk-ses/types.rb', line 4063

class SendBulkTemplatedEmailResponse < Struct.new(
  :status)
  include Aws::Structure
end