@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotFoundException extends AWSAmplifyBackendException
An error returned when a specific resource type is not found.
AmazonServiceException.ErrorType
Constructor and Description |
---|
NotFoundException(String message)
Constructs a new NotFoundException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getResourceType()
The type of resource that is not found.
|
void |
setResourceType(String resourceType)
The type of resource that is not found.
|
NotFoundException |
withResourceType(String resourceType)
The type of resource that is not found.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException(String message)
message
- Describes the error encountered.public void setResourceType(String resourceType)
The type of resource that is not found.
resourceType
- The type of resource that is not found.public String getResourceType()
The type of resource that is not found.
public NotFoundException withResourceType(String resourceType)
The type of resource that is not found.
resourceType
- The type of resource that is not found.