@Generated(value="software.amazon.awssdk:codegen") public final class WafServiceLinkedRoleErrorException extends WafException implements ToCopyableBuilder<WafServiceLinkedRoleErrorException.Builder,WafServiceLinkedRoleErrorException>
AWS 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 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.
Modifier and Type | Class and Description |
---|---|
static interface |
WafServiceLinkedRoleErrorException.Builder |
Modifier and Type | Method and Description |
---|---|
static WafServiceLinkedRoleErrorException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WafServiceLinkedRoleErrorException.Builder> |
serializableBuilderClass() |
WafServiceLinkedRoleErrorException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public WafServiceLinkedRoleErrorException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<WafServiceLinkedRoleErrorException.Builder,WafServiceLinkedRoleErrorException>
toBuilder
in class WafException
public static WafServiceLinkedRoleErrorException.Builder builder()
public static Class<? extends WafServiceLinkedRoleErrorException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.