Class: Aws::Pinpoint::Types::MessageBody
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::MessageBody
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Provides information about an API request or response.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message that’s returned from the API.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the request or response.
 
Instance Attribute Details
#message ⇒ String
The message that’s returned from the API.
      9335 9336 9337 9338 9339 9340  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 9335 class MessageBody < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The unique identifier for the request or response.
      9335 9336 9337 9338 9339 9340  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 9335 class MessageBody < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end  |