@Generated(value="software.amazon.awssdk:codegen") public final class ResourcePolicyLimitExceededException extends SsmException implements ToCopyableBuilder<ResourcePolicyLimitExceededException.Builder,ResourcePolicyLimitExceededException>
The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And
only one policy can be attached to OpsItemGroup. Verify these limits and try again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourcePolicyLimitExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePolicyLimitExceededException.Builder |
builder() |
Integer |
limit()
Returns the value of the Limit property for this object.
|
String |
limitType()
Returns the value of the LimitType property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourcePolicyLimitExceededException.Builder> |
serializableBuilderClass() |
ResourcePolicyLimitExceededException.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 ResourcePolicyLimitExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourcePolicyLimitExceededException.Builder,ResourcePolicyLimitExceededException>toBuilder in class SsmExceptionpublic static ResourcePolicyLimitExceededException.Builder builder()
public static Class<? extends ResourcePolicyLimitExceededException.Builder> serializableBuilderClass()
public Integer limit()
public String limitType()
Copyright © 2023. All rights reserved.