public class LimitExceededException extends AmazonServiceException
Exceeded a limit.
AmazonServiceException.ErrorType
Constructor and Description |
---|
LimitExceededException(java.lang.String message)
Constructs a new LimitExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRetryAfterSeconds()
Returns the value of the retryAfterSeconds property for this object.
|
void |
setRetryAfterSeconds(java.lang.String retryAfterSeconds)
Sets the value of retryAfterSeconds
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public LimitExceededException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getRetryAfterSeconds()
public void setRetryAfterSeconds(java.lang.String retryAfterSeconds)
retryAfterSeconds
- The new value for the retryAfterSeconds property
for this object.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.