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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#source_type ⇒ String
Source type for the exception.
Instance Attribute Details
#message ⇒ String
11534 11535 11536 11537 11538 11539 |
# File 'lib/aws-sdk-wafv2/types.rb', line 11534 class WAFLimitsExceededException < Struct.new( :message, :source_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
Source type for the exception.
11534 11535 11536 11537 11538 11539 |
# File 'lib/aws-sdk-wafv2/types.rb', line 11534 class WAFLimitsExceededException < Struct.new( :message, :source_type) SENSITIVE = [] include Aws::Structure end |