@Generated(value="software.amazon.awssdk:codegen") public final class TooManyTagsException extends ElasticBeanstalkException implements ToCopyableBuilder<TooManyTagsException.Builder,TooManyTagsException>
The number of tags in the resource would exceed the number of tags that each resource can have.
To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyTagsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyTagsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TooManyTagsException.Builder> |
serializableBuilderClass() |
TooManyTagsException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic TooManyTagsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TooManyTagsException.Builder,TooManyTagsException>toBuilder in class ElasticBeanstalkExceptionpublic static TooManyTagsException.Builder builder()
public static Class<? extends TooManyTagsException.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.