Class: Aws::DynamoDB::Types::BackupNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::BackupNotFoundException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-dynamodb/types.rb', line 603 class BackupNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |