Class: Aws::MachineLearning::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MachineLearning::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-machinelearning/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
125 126 127 |
# File 'lib/aws-sdk-machinelearning/errors.rb', line 125 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
135 136 137 |
# File 'lib/aws-sdk-machinelearning/errors.rb', line 135 def code @code || @data[:code] end |
#message ⇒ String
130 131 132 |
# File 'lib/aws-sdk-machinelearning/errors.rb', line 130 def @message || @data[:message] end |