@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceNotFoundException extends AmazonChimeSDKMeetingsException
The resource that you want to tag couldn't be 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 |
getCode() |
String |
getRequestId()
The ID of the resource that couldn't be found.
|
String |
getResourceName()
The name of the resource that couldn't be found.
|
void |
setCode(String code) |
void |
setRequestId(String requestId)
The ID of the resource that couldn't be found.
|
void |
setResourceName(String resourceName)
The name of the resource that couldn't be found.
|
ResourceNotFoundException |
withCode(String code) |
ResourceNotFoundException |
withRequestId(String requestId)
The ID of the resource that couldn't be found.
|
ResourceNotFoundException |
withResourceName(String resourceName)
The name of the resource that couldn't be found.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(String message)
message - Describes the error encountered.public void setCode(String code)
code - public String getCode()
public ResourceNotFoundException withCode(String code)
code - public void setRequestId(String requestId)
The ID of the resource that couldn't be found.
setRequestId in class AmazonServiceExceptionrequestId - The ID of the resource that couldn't be found.public String getRequestId()
The ID of the resource that couldn't be found.
getRequestId in class AmazonServiceExceptionpublic ResourceNotFoundException withRequestId(String requestId)
The ID of the resource that couldn't be found.
requestId - The ID of the resource that couldn't be found.public void setResourceName(String resourceName)
The name of the resource that couldn't be found.
resourceName - The name of the resource that couldn't be found.public String getResourceName()
The name of the resource that couldn't be found.
public ResourceNotFoundException withResourceName(String resourceName)
The name of the resource that couldn't be found.
resourceName - The name of the resource that couldn't be found.