@Generated(value="software.amazon.awssdk:codegen") public final class TooManyTagsException extends ChimeSdkMeetingsException implements ToCopyableBuilder<TooManyTagsException.Builder,TooManyTagsException>
Too many tags were added to the specified resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TooManyTagsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TooManyTagsException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
String |
requestIdValue()
The ID of the request that contains too many tags.
|
String |
resourceName()
The name of the resource that received too many tags.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TooManyTagsException.Builder> |
serializableBuilderClass() |
TooManyTagsException.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 TooManyTagsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TooManyTagsException.Builder,TooManyTagsException>toBuilder in class ChimeSdkMeetingsExceptionpublic static TooManyTagsException.Builder builder()
public static Class<? extends TooManyTagsException.Builder> serializableBuilderClass()
public String code()
public String requestIdValue()
The ID of the request that contains too many tags.
public String resourceName()
The name of the resource that received too many tags.
Copyright © 2023. All rights reserved.