Class: Aws::MachineLearning::Types::InvalidInputException

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

Overview

An error on the client occurred. Typically, the cause is an invalid input value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

Returns:

  • (Integer)


2406
2407
2408
2409
2410
2411
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2406

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

#messageString

Returns:

  • (String)


2406
2407
2408
2409
2410
2411
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2406

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