@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaExceededException extends AWSmgnException
The request could not be completed because its exceeded the service quota.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ServiceQuotaExceededException(String message)
Constructs a new ServiceQuotaExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getQuotaCode()
Exceeded the service quota code.
|
Integer |
getQuotaValue()
Exceeded the service quota value.
|
String |
getResourceId()
Exceeded the service quota resource ID.
|
String |
getResourceType()
Exceeded the service quota resource type.
|
String |
getServiceCode()
Exceeded the service quota service code.
|
void |
setCode(String code) |
void |
setQuotaCode(String quotaCode)
Exceeded the service quota code.
|
void |
setQuotaValue(Integer quotaValue)
Exceeded the service quota value.
|
void |
setResourceId(String resourceId)
Exceeded the service quota resource ID.
|
void |
setResourceType(String resourceType)
Exceeded the service quota resource type.
|
void |
setServiceCode(String serviceCode)
Exceeded the service quota service code.
|
ServiceQuotaExceededException |
withCode(String code) |
ServiceQuotaExceededException |
withQuotaCode(String quotaCode)
Exceeded the service quota code.
|
ServiceQuotaExceededException |
withQuotaValue(Integer quotaValue)
Exceeded the service quota value.
|
ServiceQuotaExceededException |
withResourceId(String resourceId)
Exceeded the service quota resource ID.
|
ServiceQuotaExceededException |
withResourceType(String resourceType)
Exceeded the service quota resource type.
|
ServiceQuotaExceededException |
withServiceCode(String serviceCode)
Exceeded the service quota service code.
|
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)
code
- public String getCode()
public ServiceQuotaExceededException withCode(String code)
code
- public void setQuotaCode(String quotaCode)
Exceeded the service quota code.
quotaCode
- Exceeded the service quota code.public String getQuotaCode()
Exceeded the service quota code.
public ServiceQuotaExceededException withQuotaCode(String quotaCode)
Exceeded the service quota code.
quotaCode
- Exceeded the service quota code.public void setQuotaValue(Integer quotaValue)
Exceeded the service quota value.
quotaValue
- Exceeded the service quota value.public Integer getQuotaValue()
Exceeded the service quota value.
public ServiceQuotaExceededException withQuotaValue(Integer quotaValue)
Exceeded the service quota value.
quotaValue
- Exceeded the service quota value.public void setResourceId(String resourceId)
Exceeded the service quota resource ID.
resourceId
- Exceeded the service quota resource ID.public String getResourceId()
Exceeded the service quota resource ID.
public ServiceQuotaExceededException withResourceId(String resourceId)
Exceeded the service quota resource ID.
resourceId
- Exceeded the service quota resource ID.public void setResourceType(String resourceType)
Exceeded the service quota resource type.
resourceType
- Exceeded the service quota resource type.public String getResourceType()
Exceeded the service quota resource type.
public ServiceQuotaExceededException withResourceType(String resourceType)
Exceeded the service quota resource type.
resourceType
- Exceeded the service quota resource type.public void setServiceCode(String serviceCode)
Exceeded the service quota service code.
serviceCode
- Exceeded the service quota service code.public String getServiceCode()
Exceeded the service quota service code.
public ServiceQuotaExceededException withServiceCode(String serviceCode)
Exceeded the service quota service code.
serviceCode
- Exceeded the service quota service code.