Class: Aws::DynamoDB::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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.
7688 7689 7690 7691 7692 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7688 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |