Class: Aws::Pinpoint::Types::InternalServerErrorException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::InternalServerErrorException
 
 
- 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
Instance Attribute Details
#message ⇒ String
      8198 8199 8200 8201 8202 8203  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8198 class InternalServerErrorException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
      8198 8199 8200 8201 8202 8203  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8198 class InternalServerErrorException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end  |