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
7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 7095 class WAFLimitsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |