Class: Aws::TimestreamQuery::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
An internal server error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
501 502 503 504 505 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 501 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |