Class: Aws::TimestreamQuery::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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