API Error Codes

Throttling Exception

Request rate too high

Details

Your request rate exceeds the service limits and has been throttled.

Error typeerror
MeaningRate limit exceeded
Typical causesToo many requests, exceeded service limits, burst capacity exceeded
SolutionsReduce request rate, implement exponential backoff, request limit increase if needed
Severitymedium

Catalog references

Where this appears

AWSThrottlingException

Utilities

Copy-paste helpers

Troubleshooting steps

Reduce request rate, implement exponential backoff, request limit increase if needed

Browse More

Explore API Error Codes

View all 53 api error codes codes

Browse All API Error Codes Codes →

FAQ

Common questions

How long to wait?

Implement exponential backoff. Wait progressively longer between retries (1s, 2s, 4s, etc.).

Community

Discussion & Experiences

Share your experience, solutions, or ask questions about this error code. Help others troubleshoot!

Loading comments...