Class: Aws::NetworkFirewall::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Unable to perform the operation because doing so would violate a limit setting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2426
2427
2428
2429
2430
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2426

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