Class: Aws::WAFV2::Errors::WAFFeatureNotIncludedInPricingPlanException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::WAFV2::Errors::WAFFeatureNotIncludedInPricingPlanException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 132
def disallowed_features: () -> ::String
|
#message ⇒ String
127 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 127
def message: () -> ::String
|