Error: AWS DynamoDB errors ResourceNotFoundException

Answered by Rafal Wilinski
Solution
DynamoDB responds with this error when you're trying to run an operation against non-existent or not active table.
Troubleshooting steps:
- Make sure you haven't made any spelling mistake in TableName parameter while running SDK/CLI operations. Table name must be exactly the same as the name of provisioned table. It's case sensitive so make sure capitalization is also correct.
- Make sure that your table exists and it's in ACTIVE state
- Check if you're using the same AWS account and correct region. DynamoDB Table must be in the same region as CLI/SDK configuration
- Make sure you or your resource (e.g. Lambda function) has correct IAM permissions to perform operations on selected table
Other Common DynamoDB Errors (with Solutions)
- moto dynamodb not working
- One or more parameter values were invalid: some AttributeDefinitions are not used
- DynamoDB FilterExpression Not Working
- Float types are not supported. Use decimal types instead.
- failed to begin subsegment named 'amazondynamodbv2': segment cannot be found.
- an expression attribute name used in the document path is not defined
- dynamodb: one or more parameter values were invalid: type mismatch for index key
- DynamoDB Internal Server Error
- dynamodb put item not working
- failed to list tables not authorized dynamodb
- ConfigError: Missing region in config
- dynamodb cannot read property 's' of undefined
- DynamoDB Delete Not Working
- AWS DynamoDB CredentialsError: Missing credentials in config
- DynamoDB Query Limit Not Working
Dynobase is a Professional GUI Client for DynamoDB
Start your 7-day free trial today
Product Features
- New in Dynobase 3.0
- Semantic and Vector Search
- Schema Explorer
- Visual JSON Path Filtering
- Visual Item Diff
- MCP Server for AI Tools
- Use SQL with DynamoDB
- Import CSV To DynamoDB
- Import JSON To DynamoDB
- Export DynamoDB To JSON
- Export DynamoDB To S3
- Export DynamoDB To CSV
- DynamoDB Update Item
- DynamoDB Delete All Items
- DynamoDB Delete Item
- DynamoDB Create Table
- DynamoDB Delete Table
- DynamoDB Conditional Update
DynamoDB Tools
DynamoDB Info
© 2026 Dynobase