Class: Aws::FMS::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

The operation exceeds a resource limit, for example, the maximum number of ‘policy` objects that you can create for an Amazon Web Services account. For more information, see [Firewall Manager Limits] in the *WAF Developer Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1979
1980
1981
1982
1983
# File 'lib/aws-sdk-fms/types.rb', line 1979

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