Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Python Solution Fails to Send Metrics when Deployed using a Nested Stack #6

Open
philipakash opened this issue Aug 22, 2018 · 0 comments

Comments

@philipakash
Copy link

An error occurred (ValidationError) when calling the DescribeStacks operation: Stack with id `XXXXXXXXX` does not exist: ClientError
Traceback (most recent call last):
File "/var/task/vpn-monitor.py", line 70, in lambda_handler
response = cf.describe_stacks(StackName=stack_name)
File "/var/runtime/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/var/runtime/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
ClientError: An error occurred (ValidationError) when calling the DescribeStacks operation: Stack with id `XXXXXXXXXXXX` does not exist

The above log shows the error when it tries to describe the child stack.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant