@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, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ManagedRuleException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<ManagedRuleException.Builder,ManagedRuleException>toBuilder in class CloudWatchEventsExceptionpublic static ManagedRuleException.Builder builder()
public static Class<? extends ManagedRuleException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.