Class: Aws::MachineLearning::Types::PredictorNotMountedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::PredictorNotMountedException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2737 class PredictorNotMountedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |