Values.InternalServerExceptionSourceThis exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.
type nonrec t = {message : ErrorMessage.t option;retryAfterSeconds : Integer.t option;The server attempts to retry a failed command.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ErrorMessage.t ]) list ]