Class: Aws::PersonalizeRuntime::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeRuntime::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeruntime/types.rb
Overview
Provide a valid value for the field or parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
334 335 336 337 338 |
# File 'lib/aws-sdk-personalizeruntime/types.rb', line 334 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |