Values.LambdaFunctionStartFailedEventDetailsSourceContains details about a lambda function that failed to start during an execution.
type nonrec t = {error : SensitiveError.t option;The error code of the failure.
*)cause : SensitiveCause.t option;A more detailed explanation of the cause of the failure.
*)}