Module Values.LambdaFunctionTimedOutEventDetailsSource

Contains details about a Lambda function timeout that occurred during an execution.

Sourcetype nonrec t = {
  1. error : SensitiveError.t option;
    (*

    The error code of the failure.

    *)
  2. cause : SensitiveCause.t option;
    (*

    A more detailed explanation of the cause of the timeout.

    *)
}
Sourceval make : ?error:??? -> ?cause:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SensitiveError.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t