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
5064 5065 5066 5067 5068 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 5064 class InvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |