@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TooManyTagsException extends AmazonChimeSDKMeetingsException
Too many tags were added to the specified resource.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
TooManyTagsException(String message)
Constructs a new TooManyTagsException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getRequestId()
The ID of the request that contains too many tags.
|
String |
getResourceName()
The name of the resource that received too many tags.
|
void |
setCode(String code) |
void |
setRequestId(String requestId)
The ID of the request that contains too many tags.
|
void |
setResourceName(String resourceName)
The name of the resource that received too many tags.
|
TooManyTagsException |
withCode(String code) |
TooManyTagsException |
withRequestId(String requestId)
The ID of the request that contains too many tags.
|
TooManyTagsException |
withResourceName(String resourceName)
The name of the resource that received too many tags.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyTagsException(String message)
message - Describes the error encountered.public void setCode(String code)
code - public String getCode()
public TooManyTagsException withCode(String code)
code - public void setRequestId(String requestId)
The ID of the request that contains too many tags.
setRequestId in class AmazonServiceExceptionrequestId - The ID of the request that contains too many tags.public String getRequestId()
The ID of the request that contains too many tags.
getRequestId in class AmazonServiceExceptionpublic TooManyTagsException withRequestId(String requestId)
The ID of the request that contains too many tags.
requestId - The ID of the request that contains too many tags.public void setResourceName(String resourceName)
The name of the resource that received too many tags.
resourceName - The name of the resource that received too many tags.public String getResourceName()
The name of the resource that received too many tags.
public TooManyTagsException withResourceName(String resourceName)
The name of the resource that received too many tags.
resourceName - The name of the resource that received too many tags.Copyright © 2025. All rights reserved.