Class: Aws::WAF::Types::WAFLimitsExceededException

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6030
6031
6032
6033
6034
# File 'lib/aws-sdk-waf/types.rb', line 6030

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