Class: Aws::SESV2::Types::SendBulkEmailResponse

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

Overview

The following data is returned in JSON format by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_email_entry_resultsArray<Types::BulkEmailEntryResult>

One object per intended recipient. Check each response object and retry any messages with a failure status.

Returns:



6384
6385
6386
6387
6388
# File 'lib/aws-sdk-sesv2/types.rb', line 6384

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