Class: Aws::NetworkFirewall::Types::InvalidOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::InvalidOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
The operation failed because it’s not valid. For example, you might have tried to delete a rule group or firewall policy that’s in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4661 4662 4663 4664 4665 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4661 class InvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |