Class: Aws::SESV2::Types::SendBulkEmailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendBulkEmailResponse
- 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
-
#bulk_email_entry_results ⇒ Array<Types::BulkEmailEntryResult>
One object per intended recipient.
Instance Attribute Details
#bulk_email_entry_results ⇒ Array<Types::BulkEmailEntryResult>
One object per intended recipient. Check each response object and retry any messages with a failure status.
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 |