Class: Aws::PersonalizeEvents::Types::InvalidInputException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalizeevents/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

#messageString

Returns:

  • (String)


273
274
275
276
277
# File 'gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb', line 273

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