@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThrottlingException extends AWSSSMContactsException
The request was denied due to request throttling.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| ThrottlingException(String message)Constructs a new ThrottlingException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getQuotaCode()Service Quotas requirement to identify originating service | 
| Integer | getRetryAfterSeconds()Advice to clients on when the call can be safely retried | 
| String | getServiceCode()Service Quotas requirement to identify originating quota | 
| void | setQuotaCode(String quotaCode)Service Quotas requirement to identify originating service | 
| void | setRetryAfterSeconds(Integer retryAfterSeconds)Advice to clients on when the call can be safely retried | 
| void | setServiceCode(String serviceCode)Service Quotas requirement to identify originating quota | 
| ThrottlingException | withQuotaCode(String quotaCode)Service Quotas requirement to identify originating service | 
| ThrottlingException | withRetryAfterSeconds(Integer retryAfterSeconds)Advice to clients on when the call can be safely retried | 
| ThrottlingException | withServiceCode(String serviceCode)Service Quotas requirement to identify originating quota | 
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThrottlingException(String message)
message - Describes the error encountered.public void setQuotaCode(String quotaCode)
quotaCode - Service Quotas requirement to identify originating servicepublic String getQuotaCode()
public ThrottlingException withQuotaCode(String quotaCode)
quotaCode - Service Quotas requirement to identify originating servicepublic void setServiceCode(String serviceCode)
serviceCode - Service Quotas requirement to identify originating quotapublic String getServiceCode()
public ThrottlingException withServiceCode(String serviceCode)
serviceCode - Service Quotas requirement to identify originating quotapublic void setRetryAfterSeconds(Integer retryAfterSeconds)
retryAfterSeconds - Advice to clients on when the call can be safely retriedpublic Integer getRetryAfterSeconds()
public ThrottlingException withRetryAfterSeconds(Integer retryAfterSeconds)
retryAfterSeconds - Advice to clients on when the call can be safely retried