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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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