Class: Aws::Types::WAFFeatureNotIncludedInPricingPlanException
- Inherits:
-
Object
- Object
- Aws::Types::WAFFeatureNotIncludedInPricingPlanException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disallowed_features ⇒ ::Array[Types::DisallowedFeature]
Returns the value of attribute disallowed_features.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#disallowed_features ⇒ ::Array[Types::DisallowedFeature]
Returns the value of attribute disallowed_features.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def disallowed_features @disallowed_features end |
#message ⇒ ::String
Returns the value of attribute message.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def @message end |