Class: Aws::WAFV2::Types::WAFServiceLinkedRoleErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFServiceLinkedRoleErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
WAF is not able to access the service linked role. This can be caused by a previous ‘PutLoggingConfiguration` request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previous `DeleteServiceLinkedRole` request, which can lock the role for 15 minutes or more. If you recently made a call to `DeleteServiceLinkedRole`, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9683 9684 9685 9686 9687 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9683 class WAFServiceLinkedRoleErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |