Class: Aws::DynamoDB::Types::ReplicaNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaNotFoundException
- 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
#message ⇒ String
7383 7384 7385 7386 7387 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7383 class ReplicaNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |