Class: Aws::TimestreamWrite::Types::InternalServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::InternalServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Timestream was unable to fully process this request because of an internal server error.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      728 729 730 731 732  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 728 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |