public class DirectoryLimitExceededException extends AmazonServiceException
The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
DirectoryLimitExceededException(String message)
Constructs a new DirectoryLimitExceededException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Returns the value of the RequestId property for this object.
|
void |
setRequestId(String requestId)
Sets the value of the RequestId property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorType, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectoryLimitExceededException(String message)
message - Describes the error encountered.public String getRequestId()
getRequestId in class AmazonServiceExceptionpublic void setRequestId(String requestId)
setRequestId in class AmazonServiceExceptionrequestId - The new value for this object's RequestId property.Copyright © 2015. All rights reserved.