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>

One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions



3905
3906
3907
3908
3909
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3905

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