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
Keep getting this kind of error when trying to do some of these commands.
BobBookPro:~ bob$ aws ec2 describe-instance-attribute --instance-id i-XXXXXX --attribute blockDeviceMapping { "Response": { "Errors": { "Error": { "Message": "The parameter instanceId is not recognized", "Code": "UnknownParameter" } }, "RequestID": "ff2f17e3-2b53-4c8a-baa7-2a9da607c840" } } A client error (UnknownParameter) occurred: The parameter instanceId is not recognized
The text was updated successfully, but these errors were encountered:
This should now be fixed in the 0.4.5 release and the develop branch.
Sorry, something went wrong.
Merge pull request #21 from kyleknap/upload-cancel
18bd2f1
Wrap upload bodies with InterruptReader
No branches or pull requests
Keep getting this kind of error when trying to do some of these commands.
The text was updated successfully, but these errors were encountered: