Class: Aws::MachineLearning::Types::PredictorNotMountedException

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

Overview

The exception is thrown when a predict request is made to an unmounted MLModel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2737
2738
2739
2740
2741
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2737

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