@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.
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()
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 InsufficientCloudWatchLogsResourcePolicyException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InsufficientCloudWatchLogsResourcePolicyException.Builder,InsufficientCloudWatchLogsResourcePolicyException>
toBuilder
in class Route53Exception
public static InsufficientCloudWatchLogsResourcePolicyException.Builder builder()
public static Class<? extends InsufficientCloudWatchLogsResourcePolicyException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.