public class RequestTooLargeException extends AmazonServiceException
The request payload exceeded the Invoke
request body JSON input
limit. For more information, see Limits.
AmazonServiceException.ErrorType
Constructor and Description |
---|
RequestTooLargeException(String message)
Constructs a new RequestTooLargeException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Returns the value of the type property for this object.
|
void |
setType(String type)
Sets the value of type
|
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 RequestTooLargeException(String message)
message
- Describes the error encountered.Copyright © 2017. All rights reserved.