Class: Aws::WAFRegional::Types::WAFLimitsExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/waf/latest/developerguide/limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6158
6159
6160
6161
6162
# File 'lib/aws-sdk-wafregional/types.rb', line 6158

class WAFLimitsExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end