Class: Aws::DynamoDBStreams::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDBStreams::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodbstreams/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.
536 537 538 539 540 |
# File 'lib/aws-sdk-dynamodbstreams/types.rb', line 536 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |