Class: Aws::SESV2::Types::SendBulkEmailResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::SendBulkEmailResponse
 
 
- Defined in:
 - gems/aws-sdk-sesv2/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.
      7625 7626 7627 7628 7629  | 
    
      # File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7625 class SendBulkEmailResponse < Struct.new( :bulk_email_entry_results) SENSITIVE = [] include Aws::Structure end  |