{
  "StartAt": "FailState",
  "States": {
    "FailState": {
      "Type": "Fail",
      "Error": "Error",
      "ErrorPath": "$.Error"
    }
  }
}