Class: Aws::DynamoDB::Types::BackupNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::BackupNotFoundException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Backup not found for the given BackupARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
603 604 605 606 607 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 603 class BackupNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |