Values.RequestThrottledExceptionSourceThe number of API requests has exceeded the maximum allowed API request throttling limit for the snapshot. For more information see Error retries.
type nonrec t = {message : ErrorMessage.t option;reason : RequestThrottledExceptionReason.t option;The reason for the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]