Class: Aws::WAFV2::Types::WAFFeatureNotIncludedInPricingPlanException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFFeatureNotIncludedInPricingPlanException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
The operation failed because the specified WAF feature isn’t supported by the CloudFront pricing plan associated with the web ACL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disallowed_features ⇒ Array<Types::DisallowedFeature>
The names of the disallowed WAF features.
- #message ⇒ String
Instance Attribute Details
#disallowed_features ⇒ Array<Types::DisallowedFeature>
The names of the disallowed WAF features.
10305 10306 10307 10308 10309 10310 |
# File 'lib/aws-sdk-wafv2/types.rb', line 10305 class WAFFeatureNotIncludedInPricingPlanException < Struct.new( :message, :disallowed_features) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
10305 10306 10307 10308 10309 10310 |
# File 'lib/aws-sdk-wafv2/types.rb', line 10305 class WAFFeatureNotIncludedInPricingPlanException < Struct.new( :message, :disallowed_features) SENSITIVE = [] include Aws::Structure end |