public class MethodNotAllowedException extends AmazonServiceException
AmazonServiceException.ErrorType
Constructor and Description |
---|
MethodNotAllowedException(String message)
Constructs a new MethodNotAllowedException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
String |
getRequestID()
The unique message body ID.
|
void |
setRequestID(String requestID)
The unique message body ID.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodNotAllowedException(String message)
message
- Describes the error encountered.Copyright © 2019. All rights reserved.