Values.InternalServerExceptionSourceAn internal failure in an Amazon service occurred.
type nonrec t = {message : ErrorMessageString.t option;retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds after which the action that caused the internal server exception can be retried.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetryAfterSeconds.t
| `String of ErrorMessageString.t ])
list ]