Class: Aws::Personalize::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/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
3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-personalize/types.rb', line 3833 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |