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

prevent InvalidParameterCombination error #7

Merged
merged 1 commit into from
Jan 25, 2016

Conversation

dekokun
Copy link
Contributor

@dekokun dekokun commented Jan 25, 2016

"You cannot specify this parameter and the instance IDs parameter" https://github.com/aws/aws-sdk-go/blob/87b1e60a50b09e4812dee560b33a238f67305804/service/ec2/api.go#L12467-L12469

[~/.go/src/github.com/yuuki1/grabeni]$ ./grabeni status eni-xxxxxxxx
error: InvalidParameterCombination: The parameter instancesSet cannot be used with the parameter maxResults
        status code: 400, request id:

aws/eni.go内のDescribeInstanceByIDにて、常に上記InvalidParameterCombination エラーが出ていたのでそちらの対処です。

@yuuki
Copy link
Owner

yuuki commented Jan 25, 2016

LGTM

yuuki added a commit that referenced this pull request Jan 25, 2016
@yuuki yuuki merged commit e06d6a6 into yuuki:master Jan 25, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants