Class: Aws::SES::Types::SendBounceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SES::Types::SendBounceResponse
 
- 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 message ID of the bounce message. 
Instance Attribute Details
#message_id ⇒ String
The message ID of the bounce message.
| 3808 3809 3810 3811 3812 | # File 'lib/aws-sdk-ses/types.rb', line 3808 class SendBounceResponse < Struct.new( :message_id) SENSITIVE = [] include Aws::Structure end |