Class: Aws::NetworkFirewall::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2454 2455 2456 2457 2458 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2454 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |