Class: Aws::TimestreamInfluxDB::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreaminfluxdb/types.rb

Overview

The request processing has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2452
2453
2454
2455
2456
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 2452

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