Class: Aws::SES::Types::SendRawEmailResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::SendRawEmailResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents a unique message ID.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique message identifier returned from the ‘SendRawEmail` action.
 
Instance Attribute Details
#message_id ⇒ String
The unique message identifier returned from the ‘SendRawEmail` action.
      4401 4402 4403 4404 4405  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4401 class SendRawEmailResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end  |