Class: Aws::DynamoDB::Types::ReplicaNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaNotFoundException
- Includes:
- Structure
- Defined in:
- 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
7439 7440 7441 7442 7443 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7439 class ReplicaNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |