Class: Aws::WAFV2::Types::WAFFeatureNotIncludedInPricingPlanException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/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

Instance Attribute Details

#disallowed_featuresArray<Types::DisallowedFeature>

The names of the disallowed WAF features.

Returns:



10523
10524
10525
10526
10527
10528
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 10523

class WAFFeatureNotIncludedInPricingPlanException < Struct.new(
  :message,
  :disallowed_features)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


10523
10524
10525
10526
10527
10528
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 10523

class WAFFeatureNotIncludedInPricingPlanException < Struct.new(
  :message,
  :disallowed_features)
  SENSITIVE = []
  include Aws::Structure
end