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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2806
2807
2808
2809
2810
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2806

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