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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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)


2364
2365
2366
2367
2368
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2364

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