Class: Aws::SES::Types::SendTemplatedEmailResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::SendTemplatedEmailResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique message identifier returned from the ‘SendTemplatedEmail` action.
 
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the ‘SendTemplatedEmail` action.
      4564 4565 4566 4567 4568  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4564 class SendTemplatedEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end  |