@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityTypeNotSupportedException extends AmazonQuickSightException
The identity type specified isn't supported. Supported identity types include IAM and
QUICKSIGHT.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
IdentityTypeNotSupportedException(String message)
Constructs a new IdentityTypeNotSupportedException 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.
|
IdentityTypeNotSupportedException |
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, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdentityTypeNotSupportedException(String message)
message - Describes the error encountered.public void setRequestId(String requestId)
The AWS request ID for this request.
setRequestId in class AmazonServiceExceptionrequestId - The AWS request ID for this request.public String getRequestId()
The AWS request ID for this request.
getRequestId in class AmazonServiceExceptionpublic IdentityTypeNotSupportedException withRequestId(String requestId)
The AWS request ID for this request.
requestId - The AWS request ID for this request.