Values.ThrottlingExceptionSourceIndicates that the principal has crossed the throttling limits of the API operations.
type nonrec t = {message : ThrottlingExceptionMessage.t option;reason : ThrottlingExceptionReason.t option;The reason for the throttling exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ThrottlingExceptionMessage.t ])
list ]