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)


5596
5597
5598
5599
5600
# File 'lib/aws-sdk-networkfirewall/types.rb', line 5596

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