Class: Aws::WAFV2::Types::WAFLimitsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFLimitsExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum number of ‘WebACL` objects that you can create for an Amazon Web Services account. For more information, see [WAF quotas] in the *WAF Developer Guide*.
[1]: docs.aws.amazon.com/waf/latest/developerguide/limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9396 9397 9398 9399 9400 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9396 class WAFLimitsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |