Class: Aws::NetworkFirewall::Types::LogDestinationPermissionException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Unable to send logs to a configured logging destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2763
2764
2765
2766
2767
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2763

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