Class: Aws::ForecastService::Types::InvalidInputException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

We can't process the request because it includes an invalid value or a value that exceeds the valid range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4671
4672
4673
4674
4675
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4671

class InvalidInputException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end