@Generated(value="software.amazon.awssdk:codegen") public final class ManagedRuleException extends CloudWatchEventsException implements ToCopyableBuilder<ManagedRuleException.Builder,ManagedRuleException>
This rule was created by an AWS service on behalf of your account. It is managed by that service. If you see this
error in response to DeleteRule
or RemoveTargets
, you can use the Force
parameter in those calls to delete the rule or remove targets from the rule. You cannot modify these managed rules by
using DisableRule
, EnableRule
, PutTargets
, or PutRule
.
Modifier and Type | Class and Description |
---|---|
static interface |
ManagedRuleException.Builder |
Modifier and Type | Method and Description |
---|---|
static ManagedRuleException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ManagedRuleException.Builder> |
serializableBuilderClass() |
ManagedRuleException.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 ManagedRuleException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<ManagedRuleException.Builder,ManagedRuleException>
toBuilder
in class CloudWatchEventsException
public static ManagedRuleException.Builder builder()
public static Class<? extends ManagedRuleException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.