{ "Comment": "Contains both Cause and CausePath when only one is allowed", "StartAt": "Hello", "States": { "Hello": { "Type": "Fail", "Cause": "CauseExample", "CausePath": "$.cause", "Error": "ErrorExample" } } }