@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForbiddenException extends AmazonMQException
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| ForbiddenException(String message)Constructs a new ForbiddenException with the specified error message. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorAttribute()The attribute which caused the error. | 
| void | setErrorAttribute(String errorAttribute)The attribute which caused the error. | 
| ForbiddenException | withErrorAttribute(String errorAttribute)The attribute which caused the error. | 
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 ForbiddenException(String message)
message - Describes the error encountered.public void setErrorAttribute(String errorAttribute)
errorAttribute - The attribute which caused the error.public String getErrorAttribute()
public ForbiddenException withErrorAttribute(String errorAttribute)
errorAttribute - The attribute which caused the error.