Class: Aws::DynamoDB::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
The operation tried to access a nonexistent table or index. The
resource might not be specified correctly, or its status might not be
ACTIVE
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The resource which is being requested does not exist.
Instance Attribute Details
#message ⇒ String
The resource which is being requested does not exist.
7632 7633 7634 7635 7636 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7632 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |