Values_1.ResourcePolicyLimitExceededExceptionSourceThe PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.
type nonrec t = {limit : Values_0.Integer.t option;limitType : Values_0.String_.t option;message : Values_0.String_.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t | `String of Values_0.String_.t ])
list ]