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