Class: Aws::Athena::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2006
2007
2008
2009
2010
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2006

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end