@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaExceededException extends AmazonivschatException
AmazonServiceException.ErrorType
Constructor and Description |
---|
ServiceQuotaExceededException(String message)
Constructs a new ServiceQuotaExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit()
|
String |
getResourceId()
|
String |
getResourceType()
|
void |
setLimit(Integer limit)
|
void |
setResourceId(String resourceId)
|
void |
setResourceType(String resourceType)
|
ServiceQuotaExceededException |
withLimit(Integer limit)
|
ServiceQuotaExceededException |
withResourceId(String resourceId)
|
ServiceQuotaExceededException |
withResourceType(ResourceType resourceType)
|
ServiceQuotaExceededException |
withResourceType(String resourceType)
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceQuotaExceededException(String message)
message
- Describes the error encountered.public void setResourceId(String resourceId)
resourceId
- public String getResourceId()
public ServiceQuotaExceededException withResourceId(String resourceId)
resourceId
- public void setResourceType(String resourceType)
resourceType
- ResourceType
public String getResourceType()
ResourceType
public ServiceQuotaExceededException withResourceType(String resourceType)
resourceType
- ResourceType
public ServiceQuotaExceededException withResourceType(ResourceType resourceType)
resourceType
- ResourceType
public void setLimit(Integer limit)
limit
- public Integer getLimit()
public ServiceQuotaExceededException withLimit(Integer limit)
limit
-