We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dbe03 commit 532e7a9Copy full SHA for 532e7a9
src/cfnlint/rules/resources/stepfunctions/StateMachine.py
@@ -72,7 +72,7 @@ def _check_state_json(self, def_json, state_name, path):
72
"Choice": ["Choices", "Default"],
73
"Wait": ["Seconds", "Timestamp", "SecondsPath", "TimestampPath"],
74
"Succeed": [],
75
- "Fail": ["Cause", "Error"],
+ "Fail": ["Cause", "CausePath", "Error", "ErrorPath"],
76
"Parallel": [
77
"Branches",
78
"ResultPath",
0 commit comments