@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaExceededException extends AmazonSecurityLakeException
You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ServiceQuotaExceededException(String message)
Constructs a new ServiceQuotaExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getQuotaCode()
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
|
String |
getResourceId()
The ID of the resource that exceeds the service quota.
|
String |
getResourceType()
The type of the resource that exceeds the service quota.
|
String |
getServiceCode()
The code for the service in Service Quotas.
|
void |
setQuotaCode(String quotaCode)
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
|
void |
setResourceId(String resourceId)
The ID of the resource that exceeds the service quota.
|
void |
setResourceType(String resourceType)
The type of the resource that exceeds the service quota.
|
void |
setServiceCode(String serviceCode)
The code for the service in Service Quotas.
|
ServiceQuotaExceededException |
withQuotaCode(String quotaCode)
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
|
ServiceQuotaExceededException |
withResourceId(String resourceId)
The ID of the resource that exceeds the service quota.
|
ServiceQuotaExceededException |
withResourceType(String resourceType)
The type of the resource that exceeds the service quota.
|
ServiceQuotaExceededException |
withServiceCode(String serviceCode)
The code for the service in Service Quotas.
|
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 setQuotaCode(String quotaCode)
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
quotaCode
- That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services
account.public String getQuotaCode()
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
public ServiceQuotaExceededException withQuotaCode(String quotaCode)
That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.
quotaCode
- That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services
account.public void setResourceId(String resourceId)
The ID of the resource that exceeds the service quota.
resourceId
- The ID of the resource that exceeds the service quota.public String getResourceId()
The ID of the resource that exceeds the service quota.
public ServiceQuotaExceededException withResourceId(String resourceId)
The ID of the resource that exceeds the service quota.
resourceId
- The ID of the resource that exceeds the service quota.public void setResourceType(String resourceType)
The type of the resource that exceeds the service quota.
resourceType
- The type of the resource that exceeds the service quota.public String getResourceType()
The type of the resource that exceeds the service quota.
public ServiceQuotaExceededException withResourceType(String resourceType)
The type of the resource that exceeds the service quota.
resourceType
- The type of the resource that exceeds the service quota.public void setServiceCode(String serviceCode)
The code for the service in Service Quotas.
serviceCode
- The code for the service in Service Quotas.public String getServiceCode()
The code for the service in Service Quotas.
public ServiceQuotaExceededException withServiceCode(String serviceCode)
The code for the service in Service Quotas.
serviceCode
- The code for the service in Service Quotas.