Class: Aws::DynamoDB::Errors::BackupNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::BackupNotFoundException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupNotFoundException
constructor
A new instance of BackupNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BackupNotFoundException
Returns a new instance of BackupNotFoundException.
89 90 91 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 89 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
94 95 96 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 94 def @message || @data[:message] end |