Class PredictorNotMountedException

All Implemented Interfaces:
Serializable

public class PredictorNotMountedException extends AmazonServiceException

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

See Also:
  • Constructor Details

    • PredictorNotMountedException

      public PredictorNotMountedException(String message)
      Constructs a new PredictorNotMountedException with the specified error message.
      Parameters:
      message - Describes the error encountered.