Skip to content

Commit bb1c293

Browse files
authored
aws: Add RequestThrottledException to set of throttled exceptions (#292)
Adds RequestThrottledException to the set of the SDK's throttled exceptions to retry and rate limit. V2 SDK port of: aws/aws-sdk-go#2469 Fix #287
1 parent 2178d11 commit bb1c293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/retryer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ var throttleCodes = map[string]struct{}{
3737
"ThrottlingException": {},
3838
"RequestLimitExceeded": {},
3939
"RequestThrottled": {},
40+
"RequestThrottledException": {},
4041
"TooManyRequestsException": {}, // Lambda functions
4142
"PriorRequestNotComplete": {}, // Route53
4243
}

0 commit comments

Comments
 (0)