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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3336
3337
3338
3339
3340
3341
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3336

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

#reasonString

The reason that validation failed.

Returns:

  • (String)


3336
3337
3338
3339
3340
3341
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3336

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