@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceNotFoundException extends AWSRoute53RecoveryClusterException
The request references a routing control or control panel that was not found.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| ResourceNotFoundException(String message)Constructs a new ResourceNotFoundException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getResourceId()Hypothetical resource identifier that was not found | 
| String | getResourceType()Hypothetical resource type that was not found | 
| void | setResourceId(String resourceId)Hypothetical resource identifier that was not found | 
| void | setResourceType(String resourceType)Hypothetical resource type that was not found | 
| ResourceNotFoundException | withResourceId(String resourceId)Hypothetical resource identifier that was not found | 
| ResourceNotFoundException | withResourceType(String resourceType)Hypothetical resource type that was not found | 
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 ResourceNotFoundException(String message)
message - Describes the error encountered.public void setResourceId(String resourceId)
resourceId - Hypothetical resource identifier that was not foundpublic String getResourceId()
public ResourceNotFoundException withResourceId(String resourceId)
resourceId - Hypothetical resource identifier that was not foundpublic void setResourceType(String resourceType)
resourceType - Hypothetical resource type that was not foundpublic String getResourceType()
public ResourceNotFoundException withResourceType(String resourceType)
resourceType - Hypothetical resource type that was not found