We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you already have reached your quota, aws-rotate-keys will fail to create a new access key.
aws-rotate-keys
Creating access key... /gems/aws-sdk-core-2.6.44/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call': Cannot exceed quota for AccessKeysPerUser: 2 (Aws::IAM::Errors::LimitExceeded) /gems/2.3.0/gems/aws-rotate-keys-0.1.1/lib/aws_rotate_keys.rb:50:in `create_access_key'
We should rescue from Aws::IAM::Errors::LimitExceeded and either:
Aws::IAM::Errors::LimitExceeded
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When you already have reached your quota,
aws-rotate-keys
will fail to create a new access key.We should rescue from
Aws::IAM::Errors::LimitExceeded
and either:The text was updated successfully, but these errors were encountered: