.addPropertyWith(AWSRequestID, ase.getRequestId())
.addPropertyWith(AWSErrorCode, ase.getErrorCode())
.addPropertyWith(StatusCode, ase.getStatusCode());
// Check whether we should internally retry the auth error
p.authRetryParam = null;
AuthErrorRetryStrategy authRetry = execContext.getAuthErrorRetryStrategy();
if ( authRetry != null ) {
p.authRetryParam = authRetry.shouldRetryWithAuthParam(request, ase);
}
if (p.authRetryParam == null &&
!shouldRetry(request.getOriginalRequest(),
p.apacheRequest,
ase,