Values.ServiceLimitExceededSourceAn error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.
type nonrec t = {limit : ServiceLimit.t option;Enumeration of the service limit that was exceeded.
*)message : ErrorMessage.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]