Class: Aws::SES::Types::SendBulkTemplatedEmailResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::SendBulkTemplatedEmailResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Array<Types::BulkEmailDestinationStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
One object per intended recipient.
 
Instance Attribute Details
#status ⇒ Array<Types::BulkEmailDestinationStatus>
One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
      3976 3977 3978 3979 3980  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 3976 class SendBulkTemplatedEmailResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |