You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll get an error because of a JMESPath type error.
$ aws ec2 wait password-data-available --instance-id i-id
In function length(), invalid type for value: None, expected one of: ['string', 'array', 'object'], received: "string"
This changes the output of the XML-based parsers and adds protocol tests for
each of `query`, `ec2`, and `rest-xml`. This is required to support new
waiters as in aws/aws-cli#1252.
This changes the output of the XML-based parsers and adds protocol tests for
each of `query`, `ec2`, and `rest-xml`. This is required to support new
waiters as in aws/aws-cli#1252.
You'll get an error because of a JMESPath type error.
This is because we're parsing this XML response:
As:
Whereas the waiter is assuming this is parsed with
PasswordData
being an empty string.The text was updated successfully, but these errors were encountered: