-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Using --no-paginate
with aws cloudformation describe-stacks
throws error
#1993
Labels
bug
This issue is a bug.
Comments
jszwedko
changed the title
Using
Using May 27, 2016
--no-paginate
with aws cloudformation describe-stacks
cases error--no-paginate
with aws cloudformation describe-stacks
throws error
https://forums.aws.amazon.com/thread.jspa?threadID=231962 appears to be a similar issue |
Confirmed bug, full traceback:
Seems to be caused by: #1958 |
Indeed, this issue appears to have been introduced by 12aa790. |
#1994 should fix the issue. |
JordonPhillips
added a commit
to JordonPhillips/aws-cli
that referenced
this issue
Jun 2, 2016
When checking to make sure that no paging params are set, we did not account for the possibility that page size isn't present for a given operation. Thus, errors would be raised when `--no-paginate` was supplied on operations without it. This sets a default value to the getattr call to prevent the error. Fixes aws#1993
thoward-godaddy
pushed a commit
to thoward-godaddy/aws-cli
that referenced
this issue
Feb 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:
aws-cli/1.10.34 Python/2.7.9 Linux/3.16.0-4-amd64 botocore/1.4.24
When I attempt to run
aws cloudformation describe-stacks --no-paginate --region us-west-2
I receive:This does not happen if I do not use the
--no-paginate
flag.The text was updated successfully, but these errors were encountered: