@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaExceededException extends AmazonNimbleStudioException
Your current quota does not allow you to perform the request action. You can request increases for some quotas, and other quotas cannot be increased.
Please use Amazon Web Services Service Quotas to request an increase.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ServiceQuotaExceededException(String message)
Constructs a new ServiceQuotaExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
ServiceQuotaExceededException |
addContextEntry(String key,
String value)
Add a single Context entry
|
ServiceQuotaExceededException |
clearContextEntries()
Removes all the entries added into Context.
|
String |
getCode()
A more specific error code.
|
Map<String,String> |
getContext()
The exception context.
|
void |
setCode(String code)
A more specific error code.
|
void |
setContext(Map<String,String> context)
The exception context.
|
ServiceQuotaExceededException |
withCode(String code)
A more specific error code.
|
ServiceQuotaExceededException |
withContext(Map<String,String> context)
The exception context.
|
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 setCode(String code)
A more specific error code.
code
- A more specific error code.public String getCode()
A more specific error code.
public ServiceQuotaExceededException withCode(String code)
A more specific error code.
code
- A more specific error code.public Map<String,String> getContext()
The exception context.
public void setContext(Map<String,String> context)
The exception context.
context
- The exception context.public ServiceQuotaExceededException withContext(Map<String,String> context)
The exception context.
context
- The exception context.public ServiceQuotaExceededException addContextEntry(String key, String value)
public ServiceQuotaExceededException clearContextEntries()