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
File "/usr/local/lib/python2.7/site-packages/awslimitchecker/checker.py", line 329, in find_usage
cls.find_usage()
File "/usr/local/lib/python2.7/site-packages/awslimitchecker/services/elasticache.py", line 65, in find_usage
self._find_usage_nodes()
File "/usr/local/lib/python2.7/site-packages/awslimitchecker/services/elasticache.py", line 81, in _find_usage_nodes
num_nodes = len(cluster['CacheNodes'])
KeyError: 'CacheNodes'
It looks like the cluster response can be missing the CacheNodes key.
The text was updated successfully, but these errors were encountered:
See this comment from @sstarcher
Using current master:
It looks like the cluster response can be missing the
CacheNodes
key.The text was updated successfully, but these errors were encountered: