@Generated(value="software.amazon.awssdk:codegen") public final class PreconditionFailedException extends LambdaException implements ToCopyableBuilder<PreconditionFailedException.Builder,PreconditionFailedException>
 The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
 GetFunction or the GetAlias API to retrieve the latest RevisionId for your resource.
 
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
PreconditionFailedException.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static PreconditionFailedException.Builder | 
builder()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends PreconditionFailedException.Builder> | 
serializableBuilderClass()  | 
PreconditionFailedException.Builder | 
toBuilder()
Create a  
AwsServiceException.Builder initialized with the properties of this AwsServiceException. | 
String | 
type()
 The exception type. 
 | 
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic PreconditionFailedException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<PreconditionFailedException.Builder,PreconditionFailedException>toBuilder in class LambdaExceptionpublic static PreconditionFailedException.Builder builder()
public static Class<? extends PreconditionFailedException.Builder> serializableBuilderClass()
public String type()
The exception type.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.