}
// Comment out for now. Ref: CR2662349
// Preserve the cause of retry before retrying
// awsRequestMetrics.addProperty(RetryCause, ase);
if (RetryUtils.isThrottlingException(ase)) {
awsRequestMetrics.incrementCounterWith(ThrottleException)
.addProperty(ThrottleException, ase)
;
}
// Cache the retryable exception
retriedException = ase;