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:



6400
6401
6402
6403
6404
# File 'lib/aws-sdk-sesv2/types.rb', line 6400

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