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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


604
605
606
607
608
# File 'lib/aws-sdk-dynamodb/types.rb', line 604

class BackupNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end