Class: Aws::DynamoDB::Types::BackupNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Backup not found for the given BackupARN.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


630
631
632
633
# File 'lib/aws-sdk-dynamodb/types.rb', line 630

class BackupNotFoundException < Struct.new(
  :message)
  include Aws::Structure
end