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
This isn't a camelCase vs. InitialCamelCase issue, is it? :-)
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ReplaceRoute.html
$ aws ec2 --region ap-southeast-2 replace-route --route-table-id rtb-e87a9681 --destination-cidr-block 0.0.0.0/0 --instance-id i-d97a36e3 { "Response": { "Errors": { "Error": { "Message": "The parameter destinationCidrBlock is not recognized", "Code": "UnknownParameter" } }, "RequestID": "1603aba7-40aa-4c2c-aa50-5fc7c6faa032" } } A client error (UnknownParameter) occurred: The parameter destinationCidrBlock is not recognized
The text was updated successfully, but these errors were encountered:
Adding --debug indicates that camelCase parameters are used, rather than InitialCamelCase.
Sorry, something went wrong.
This should be fixed in boto/botocore@22d0db0
Merge pull request #13 from kyleknap/threaded-submitter
866a060
Wrap task submission for transfer into tasks
Merge pull request aws#13 from sanathkr/master
178d80b
Fixing debug log print when checking package version. Fixes aws#11
No branches or pull requests
This isn't a camelCase vs. InitialCamelCase issue, is it? :-)
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ReplaceRoute.html
The text was updated successfully, but these errors were encountered: