Values.NotebookRunErrorSourceThe error details of a failed notebook run in Amazon SageMaker Unified Studio.
type nonrec t = {message : NotebookRunErrorMessageString.t option;The error message. The maximum length is 1024 characters.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NotebookRunErrorMessageString.t ]) list ]