diff --git a/botocore/data/_retry.json b/botocore/data/_retry.json index 6ebf9e6ff7..fadf261e7a 100644 --- a/botocore/data/_retry.json +++ b/botocore/data/_retry.json @@ -150,6 +150,20 @@ } } } + }, + "route53": { + "__default__": { + "policies": { + "request_limit_exceeded": { + "applies_when": { + "response": { + "service_error_code": "PriorRequestNotComplete", + "http_status_code": 400 + } + } + } + } + } } } }