@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuickSightUserNotFoundException extends AmazonQuickSightException
The user with the provided name isn't found. This error can happen in any operation that requires finding a user
based on a provided user name, such as DeleteUser
, DescribeUser
, and so on.
AmazonServiceException.ErrorType
Constructor and Description |
---|
QuickSightUserNotFoundException(String message)
Constructs a new QuickSightUserNotFoundException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
The AWS request ID for this request.
|
void |
setRequestId(String requestId)
The AWS request ID for this request.
|
QuickSightUserNotFoundException |
withRequestId(String requestId)
The AWS request ID for this request.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QuickSightUserNotFoundException(String message)
message
- Describes the error encountered.public void setRequestId(String requestId)
The AWS request ID for this request.
setRequestId
in class AmazonServiceException
requestId
- The AWS request ID for this request.public String getRequestId()
The AWS request ID for this request.
getRequestId
in class AmazonServiceException
public QuickSightUserNotFoundException withRequestId(String requestId)
The AWS request ID for this request.
requestId
- The AWS request ID for this request.