public class AccessDeniedException extends AmazonServiceException
You do not have required permissions to access the requested resource.
AmazonServiceException.ErrorType
Constructor and Description |
---|
AccessDeniedException(String message)
Constructs a new AccessDeniedException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanRetry()
You can immediately retry your request.
|
String |
getErrorCode()
Code that indicates the type of error that is generated.
|
Boolean |
isCanRetry()
You can immediately retry your request.
|
void |
setCanRetry(Boolean canRetry)
You can immediately retry your request.
|
void |
setErrorCode(AccessDeniedErrorCode errorCode)
Code that indicates the type of error that is generated.
|
void |
setErrorCode(String errorCode)
Code that indicates the type of error that is generated.
|
AccessDeniedException |
withCanRetry(Boolean canRetry)
You can immediately retry your request.
|
AccessDeniedException |
withErrorCode(AccessDeniedErrorCode errorCode)
Code that indicates the type of error that is generated.
|
AccessDeniedException |
withErrorCode(String errorCode)
Code that indicates the type of error that is generated.
|
getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessDeniedException(String message)
message
- Describes the error encountered.public void setErrorCode(String errorCode)
Code that indicates the type of error that is generated.
setErrorCode
in class AmazonServiceException
errorCode
- Code that indicates the type of error that is generated.AccessDeniedErrorCode
public String getErrorCode()
Code that indicates the type of error that is generated.
getErrorCode
in class AmazonServiceException
AccessDeniedErrorCode
public AccessDeniedException withErrorCode(String errorCode)
Code that indicates the type of error that is generated.
errorCode
- Code that indicates the type of error that is generated.AccessDeniedErrorCode
public void setErrorCode(AccessDeniedErrorCode errorCode)
Code that indicates the type of error that is generated.
errorCode
- Code that indicates the type of error that is generated.AccessDeniedErrorCode
public AccessDeniedException withErrorCode(AccessDeniedErrorCode errorCode)
Code that indicates the type of error that is generated.
errorCode
- Code that indicates the type of error that is generated.AccessDeniedErrorCode
public void setCanRetry(Boolean canRetry)
You can immediately retry your request.
canRetry
- You can immediately retry your request.public Boolean getCanRetry()
You can immediately retry your request.
public AccessDeniedException withCanRetry(Boolean canRetry)
You can immediately retry your request.
canRetry
- You can immediately retry your request.public Boolean isCanRetry()
You can immediately retry your request.
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.