@Generated(value="software.amazon.awssdk:codegen") public final class InsufficientCloudWatchLogsResourcePolicyException extends Route53Exception implements ToCopyableBuilder<InsufficientCloudWatchLogsResourcePolicyException.Builder,InsufficientCloudWatchLogsResourcePolicyException>
Amazon Route 53 doesn't have the permissions required to create log streams and send query logs to log streams. Possible causes include the following:
There is no resource policy that specifies the log group ARN in the value for Resource.
The resource policy that includes the log group ARN in the value for Resource doesn't have the necessary
permissions.
The resource policy hasn't finished propagating yet.
The Key management service (KMS) key you specified doesn’t exist or it can’t be used with the log group associated with query log. Update or provide a resource policy to grant permissions for the KMS key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InsufficientCloudWatchLogsResourcePolicyException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InsufficientCloudWatchLogsResourcePolicyException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsufficientCloudWatchLogsResourcePolicyException.Builder> |
serializableBuilderClass() |
InsufficientCloudWatchLogsResourcePolicyException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InsufficientCloudWatchLogsResourcePolicyException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InsufficientCloudWatchLogsResourcePolicyException.Builder,InsufficientCloudWatchLogsResourcePolicyException>toBuilder in class Route53Exceptionpublic static InsufficientCloudWatchLogsResourcePolicyException.Builder builder()
public static Class<? extends InsufficientCloudWatchLogsResourcePolicyException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.