Class: Aws::ForecastQueryService::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastQueryService::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastqueryservice/types.rb
Overview
The value is invalid or is too long.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
72 73 74 75 76 |
# File 'lib/aws-sdk-forecastqueryservice/types.rb', line 72 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |