Class: Aws::NetworkFirewall::Types::InvalidOperationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2392
2393
2394
2395
2396
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2392

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