@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityNotExistsException extends AmazonWorkDocsException
The resource does not exist.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| EntityNotExistsException(String message)Constructs a new EntityNotExistsException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getEntityIds() | 
| void | setEntityIds(Collection<String> entityIds) | 
| EntityNotExistsException | withEntityIds(Collection<String> entityIds) | 
| EntityNotExistsException | withEntityIds(String... entityIds)
 NOTE: This method appends the values to the existing list (if any). | 
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 EntityNotExistsException(String message)
message - Describes the error encountered.public void setEntityIds(Collection<String> entityIds)
entityIds - public EntityNotExistsException withEntityIds(String... entityIds)
 NOTE: This method appends the values to the existing list (if any). Use
 setEntityIds(java.util.Collection) or withEntityIds(java.util.Collection) if you want to
 override the existing values.
 
entityIds - public EntityNotExistsException withEntityIds(Collection<String> entityIds)
entityIds -