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
2008 2009 2010 2011 2012 |
# File 'lib/aws-sdk-athena/types.rb', line 2008 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |