Serializable
, ToCopyableBuilder<EC2UnexpectedException.Builder,EC2UnexpectedException>
@Generated("software.amazon.awssdk:codegen") public class EC2UnexpectedException extends LambdaException implements ToCopyableBuilder<EC2UnexpectedException.Builder,EC2UnexpectedException>
AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EC2UnexpectedException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static EC2UnexpectedException.Builder |
builder() |
|
String |
ec2ErrorCode() |
|
static Class<? extends EC2UnexpectedException.Builder> |
serializableBuilderClass() |
|
EC2UnexpectedException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
type() |
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EC2UnexpectedException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EC2UnexpectedException.Builder,EC2UnexpectedException>
public static EC2UnexpectedException.Builder builder()
public static Class<? extends EC2UnexpectedException.Builder> serializableBuilderClass()
public String type()
public String ec2ErrorCode()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.