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