Class: Aws::TimestreamQuery::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
The service 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
455 456 457 458 459 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 455 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |