Some actions in Cognito return the TooManyRequestsException error.
RetryMiddleware should handle the TooManyRequestsException error.
$additionalRetryConfig through the AwsClient constructor $args.$additionalRetryConfig on the registered RetryMiddleware ("retry").AwsClient constructor $args in order to correctly configure a replacement RetryMiddleware.Thanks for bringing this up. TooManyRequestsException is being added in #1827.
Most helpful comment
Thanks for bringing this up.
TooManyRequestsExceptionis being added in #1827.