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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusArray<Types::BulkEmailDestinationStatus>

The unique message identifier returned from the SendBulkTemplatedEmail action.



3855
3856
3857
3858
3859
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3855

class SendBulkTemplatedEmailResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end