public class EC2ThrottledException extends AmazonServiceException
AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
EC2ThrottledException(String message)
Constructs a new EC2ThrottledException 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, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EC2ThrottledException(String message)
message - Describes the error encountered.Copyright © 2018. All rights reserved.