@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceUnavailableException extends AmazonWorkspacesException
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()
The identifier of the resource that is not available.
|
void |
setResourceId(String resourceId)
The identifier of the resource that is not available.
|
ResourceUnavailableException |
withResourceId(String resourceId)
The identifier of the resource that is not available.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, 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 void setResourceId(String resourceId)
The identifier of the resource that is not available.
resourceId
- The identifier of the resource that is not available.public String getResourceId()
The identifier of the resource that is not available.
public ResourceUnavailableException withResourceId(String resourceId)
The identifier of the resource that is not available.
resourceId
- The identifier of the resource that is not available.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.