Class: Aws::KeyspacesStreams::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KeyspacesStreams::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb
Overview
The requested resource doesn't exist or could not be found.
This exception occurs when you attempt to access a keyspace, table, stream, or other Amazon Keyspaces resource that doesn't exist or that has been deleted. Verify that the resource identifier is correct and that the resource exists in your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The requested resource wasn't found.
Instance Attribute Details
#message ⇒ String
The requested resource wasn't found. Verify that the resource exists and try again.
677 678 679 680 681 |
# File 'gems/aws-sdk-keyspacesstreams/lib/aws-sdk-keyspacesstreams/types.rb', line 677 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |