Module Values.AccessDeniedExceptionResponseContentSource
The error message.
Sourcetype nonrec t = {message : string option;
} Sourceval make : ?message:??? -> unit -> t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]