Values.InternalServerExceptionSourceAn internal server error occurred. Please try again later.
type nonrec t = {message : NonBlankString.t option;The service encountered an internal error. Try again later.
*)retryAfterSeconds : Integer.t option;The number of seconds to wait before retrying the request.
*)reason : InternalServerExceptionReason.t option;The reason for the internal server error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of NonBlankString.t ])
list ]