Class: Aws::DynamoDB::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::ResourceInUseException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/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.
455 456 457 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 455 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
460 461 462 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 460 def @message || @data[:message] end |