Class: Aws::WAFV2::Errors::WAFFeatureNotIncludedInPricingPlanException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFV2::Errors::WAFFeatureNotIncludedInPricingPlanException
- Defined in:
- lib/aws-sdk-wafv2/errors.rb
Instance Method Summary collapse
- #disallowed_features ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFFeatureNotIncludedInPricingPlanException
constructor
A new instance of WAFFeatureNotIncludedInPricingPlanException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFFeatureNotIncludedInPricingPlanException
Returns a new instance of WAFFeatureNotIncludedInPricingPlanException.
122 123 124 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 122 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#disallowed_features ⇒ String
132 133 134 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 132 def disallowed_features @data[:disallowed_features] end |
#message ⇒ String
127 128 129 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 127 def || @data[:message] end |