public class ResourceUnavailableException extends AmazonServiceException
The specified resource is not available.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ResourceUnavailableException(String message)
Constructs a new ResourceUnavailableException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
String |
getResourceId()
Returns the value of the ResourceId property for this object.
|
void |
setResourceId(String resourceId)
Sets the value of the ResourceId property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceUnavailableException(String message)
message
- Describes the error encountered.public String getResourceId()
public void setResourceId(String resourceId)
resourceId
- The new value for this object's ResourceId property.Copyright © 2015. All rights reserved.