Values.WAFFeatureNotIncludedInPricingPlanExceptionSourceThe operation failed because the specified WAF feature isn't supported by the CloudFront pricing plan associated with the web ACL.
type nonrec t = {message : ErrorMessage.t option;disallowedFeatures : DisallowedFeatures.t option;The names of the disallowed WAF features.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of PricingPlanFeatureName.t ]) list ]
list
| `String of ErrorMessage.t ])
list ]