Values.TaskSubmitFailedEventDetailsSourceContains details about a task that failed to submit during an execution.
type nonrec t = {resourceType : Name.t option;The service name of the resource in a task state.
*)resource : Name.t option;The action of the resource called by a task state.
*)error : SensitiveError.t option;The error code of the failure.
*)cause : SensitiveCause.t option;A more detailed explanation of the cause of the failure.
*)}