Module Values.ThrottleReasonSource
Sourcetype nonrec t = | ConcurrentInvocationLimitExceeded| FunctionInvocationRateLimitExceeded| ReservedFunctionConcurrentInvocationLimitExceeded| ReservedFunctionInvocationRateLimitExceeded| CallerRateLimitExceeded| ConcurrentSnapshotCreateLimitExceeded| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]