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.
6932 6933 6934 6935 6936 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6932 class SendBulkEmailResponse < Struct.new( :bulk_email_entry_results) SENSITIVE = [] include Aws::Structure end |