We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2178d11 commit bb1c293Copy full SHA for bb1c293
aws/retryer.go
@@ -37,6 +37,7 @@ var throttleCodes = map[string]struct{}{
37
"ThrottlingException": {},
38
"RequestLimitExceeded": {},
39
"RequestThrottled": {},
40
+ "RequestThrottledException": {},
41
"TooManyRequestsException": {}, // Lambda functions
42
"PriorRequestNotComplete": {}, // Route53
43
}
0 commit comments