Values.InternalServerExceptionSourceThe request couldn't be completed because the server temporarily failed.
type nonrec t = {message : string option;retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds to wait before retrying the command.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RetryAfterSeconds.t | `String of string ]) list ]