Class: Aws::FMS::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::LimitExceededException
- 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 AWS account. For more information, see [Firewall Manager Limits] in the *AWS 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
#message ⇒ String
984 985 986 987 988 |
# File 'lib/aws-sdk-fms/types.rb', line 984 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |