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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This call fails with an error saying that the signature provided in the Authorization header didn't match the signature Amazon computed:
(aws-sdk/services/cloudformation:list-stacks :stack-status-filter '("UPDATE_COMPLETE" "UPDATE_IN_PROGRESS" "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" "UPDATE_ROLLBACK_COMPLETE" "UPDATE_ROLLBACK_IN_PROGRESS" "UPDATE_ROLLBACK_FAILED" "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" "CREATE_FAILED" "CREATE_COMPLETE" "CREATE_IN_PROGRESS"))
I think this PR fixes it upstream: rotatef/aws-sign4#6, I'm just reporting this here in case that PR doesn't get merged.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This call fails with an error saying that the signature provided in the Authorization header didn't match the signature Amazon computed:
I think this PR fixes it upstream: rotatef/aws-sign4#6, I'm just reporting this here in case that PR doesn't get merged.
The text was updated successfully, but these errors were encountered: