Class: Aws::TimestreamInfluxDB::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ValidationException
- 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
- #message ⇒ String
-
#reason ⇒ String
The reason that validation failed.
Instance Attribute Details
#message ⇒ String
1498 1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1498 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason that validation failed.
1498 1499 1500 1501 1502 1503 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1498 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |