Class: Aws::PersonalizeEvents::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeEvents::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeevents/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
273 274 275 276 277 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 273 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |