Class: Aws::DynamoDB::Types::ReplicaNotFoundException

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

Overview

The specified replica is no longer part of the global table.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6397
6398
6399
6400
# File 'lib/aws-sdk-dynamodb/types.rb', line 6397

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