File tree Expand file tree Collapse file tree 1 file changed +2
-39
lines changed
localstack-core/localstack/services/cloudformation/v2 Expand file tree Collapse file tree 1 file changed +2
-39
lines changed Original file line number Diff line number Diff line change 2626 DisableRollback ,
2727 ExecuteChangeSetOutput ,
2828 ExecutionStatus ,
29- GetTemplateSummaryInput ,
30- GetTemplateSummaryOutput ,
31- IncludePropertyValues ,
32- InsufficientCapabilitiesException ,
33- InvalidChangeSetStatusException ,
34- LogicalResourceId ,
35- NextToken ,
36- Parameter ,
37- PhysicalResourceId ,
38- RetainExceptOnCreate ,
39- RetainResources ,
40- RoleARN ,
41- RollbackConfiguration ,
42- StackName ,
43- StackNameOrId ,
44- StackStatus ,
45- UpdateStackInput ,
46- UpdateStackOutput ,
47- )
48- from localstack .aws .api .cloudformation import (
49- Changes ,
50- ChangeSetNameOrId ,
51- ChangeSetNotFoundException ,
52- ChangeSetStatus ,
53- ChangeSetType ,
54- ClientRequestToken ,
55- CreateChangeSetInput ,
56- CreateChangeSetOutput ,
57- CreateStackInput ,
58- CreateStackOutput ,
59- DeletionMode ,
60- DescribeChangeSetOutput ,
61- DescribeStackEventsOutput ,
62- DescribeStackResourcesOutput ,
63- DescribeStacksOutput ,
64- DisableRollback ,
65- ExecuteChangeSetOutput ,
66- ExecutionStatus ,
6729 GetTemplateOutput ,
6830 GetTemplateSummaryInput ,
6931 GetTemplateSummaryOutput ,
7032 IncludePropertyValues ,
33+ InsufficientCapabilitiesException ,
7134 InvalidChangeSetStatusException ,
7235 LogicalResourceId ,
7336 NextToken ,
@@ -687,7 +650,7 @@ def get_template(
687650 elif stack_name :
688651 stack = find_stack_v2 (state , stack_name )
689652 else :
690- raise StackNotFoundError (stack_name )
653+ raise StackWithIdNotFoundError (stack_name )
691654
692655 if template_stage == TemplateStage .Processed and "Transform" in stack .template_body :
693656 template_body = json .dumps (stack .processed_template )
You can’t perform that action at this time.
0 commit comments