Class: Aws::Comprehend::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Comprehend::Errors::ResourceInUseException
- Defined in:
- lib/aws-sdk-comprehend/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
173 174 175 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 173 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
178 179 180 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 178 def @message || @data[:message] end |