Skip to content
New issue

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

AWS Describe Instance Attribute broken? #21

Closed
bobspryn opened this issue Jan 3, 2013 · 1 comment
Closed

AWS Describe Instance Attribute broken? #21

bobspryn opened this issue Jan 3, 2013 · 1 comment
Milestone

Comments

@bobspryn
Copy link

bobspryn commented Jan 3, 2013

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
@garnaat
Copy link
Contributor

garnaat commented Jan 3, 2013

This should now be fixed in the 0.4.5 release and the develop branch.

@garnaat garnaat closed this as completed Jan 3, 2013
kdaily referenced this issue in kdaily/aws-cli Apr 15, 2021
Wrap upload bodies with InterruptReader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants