Class: Aws::DynamoDB::Errors::ReplicaNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::ReplicaNotFoundException
- Defined in:
- lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicaNotFoundException
constructor
A new instance of ReplicaNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReplicaNotFoundException
Returns a new instance of ReplicaNotFoundException.
409 410 411 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 409 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
414 415 416 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 414 def @message || @data[:message] end |