Class: Aws::TimestreamInfluxDB::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by Timestream for InfluxDB.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1174

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

#reasonString

The reason that validation failed.

Returns:

  • (String)


1174
1175
1176
1177
1178
1179
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1174

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