Class: Aws::WAFV2::Types::WAFLogDestinationPermissionIssueException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

The operation failed because you don’t have the permissions that your logging configuration requires. For information, see [Logging web ACL traffic information] in the *WAF Developer Guide*.

[1]: docs.aws.amazon.com/waf/latest/developerguide/logging.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9630
9631
9632
9633
9634
# File 'lib/aws-sdk-wafv2/types.rb', line 9630

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