Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -57,7 +57,7 @@ class Context(object): | ... | @@ -57,7 +57,7 @@ class Context(object): |
57 | 57 | ||
58 | @property | 58 | @property |
59 | def exec_role_arn(self): | 59 | def exec_role_arn(self): |
60 | - return self._stack.invoke_role_arn | 60 | + return self._stack.exec_role_arn |
61 | 61 | ||
62 | @property | 62 | @property |
63 | def invoke_role_arn(self): | 63 | def invoke_role_arn(self): | ... | ... |
-
Please register or login to post a comment