Values.TaskFailedEventDetailsSourceContains details about a task failure event.
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.
*)}