Class: Aws::Athena::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-athena/types.rb', line 2006 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |