Class: Aws::WAF::Types::WAFLimitsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::WAFLimitsExceededException
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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
6030 6031 6032 6033 6034 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 6030 class WAFLimitsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |