Class: Aws::TimestreamQuery::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

Timestream was unable to fully process this request because of an internal server error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


422
423
424
425
426
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 422

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