Class: Aws::WAFRegional::Types::WAFLimitsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFLimitsExceededException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
The operation exceeds a resource limit, for example, the maximum
number of WebACL
objects that you can create for an AWS account. For
more information, see Limits in the AWS WAF Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6158 6159 6160 6161 6162 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 6158 class WAFLimitsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |