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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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



3929
3930
3931
3932
3933
# File 'lib/aws-sdk-ses/types.rb', line 3929

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