Values.ExperimentErrorSourceDescribes the error when an experiment has failed.
type nonrec t = {accountId : ExperimentErrorAccountId.t option;The Amazon Web Services Account ID where the experiment failure occurred.
*)code : ExperimentErrorCode.t option;The error code for the failed experiment.
*)location : ExperimentErrorLocation.t option;Context for the section of the experiment template that failed.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ExperimentErrorAccountId.t ]) list ]