Class: Aws::TimestreamQuery::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Invalid or malformed request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2089 2090 2091 2092 2093 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 2089 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |