Class: Aws::Athena::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::InternalServerException
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Indicates a platform issue, which may be due to a transient condition or outage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1720 1721 1722 1723 1724 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1720 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |