Class: Aws::MachineLearning::Errors::InvalidInputException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-machinelearning/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException

Returns a new instance of InvalidInputException.

Parameters:



90
91
92
# File 'lib/aws-sdk-machinelearning/errors.rb', line 90

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


100
# File 'lib/aws-sdk-machinelearning/errors.rb', line 100

def code: () -> ::String

#messageString

Returns:

  • (String)


95
# File 'lib/aws-sdk-machinelearning/errors.rb', line 95

def message: () -> ::String