@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, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 AmazonServiceException
requestId
- 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 AmazonServiceException
public 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.