Class: Aws::WAFV2::Types::WAFLogDestinationPermissionIssueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFLogDestinationPermissionIssueException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11554 11555 11556 11557 11558 |
# File 'lib/aws-sdk-wafv2/types.rb', line 11554 class WAFLogDestinationPermissionIssueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |