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
5126 5127 5128 5129 5130 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 5126 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |