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)


1597
1598
1599
1600
1601
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1597

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