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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7260
7261
7262
7263
7264
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7260

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