Class: Aws::MachineLearning::Errors::PredictorNotMountedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MachineLearning::Errors::PredictorNotMountedException
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PredictorNotMountedException
constructor
A new instance of PredictorNotMountedException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PredictorNotMountedException
Returns a new instance of PredictorNotMountedException.
145 146 147 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/errors.rb', line 145 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
150 151 152 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/errors.rb', line 150 def @message || @data[:message] end |