Values.LambdaFunctionFailedEventAttributesSourceProvides the details of the LambdaFunctionFailed event. It isn't set for other event types.
type nonrec t = {scheduledEventId : EventId.t option;The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
*)startedEventId : EventId.t option;The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
*)reason : FailureReason.t option;The reason provided for the failure.
*)details : Data.t option;The details of the failure.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of EventId.t | `String of FailureReason.t ]) list ]