@Generated(value="software.amazon.awssdk:codegen") public final class DependencyFailedException extends LexRuntimeException implements ToCopyableBuilder<DependencyFailedException.Builder,DependencyFailedException>
One of the dependencies, such as AWS Lambda or Amazon Polly, threw an exception. For example,
If Amazon Lex does not have sufficient permissions to call a Lambda function.
If a Lambda function takes longer than 30 seconds to execute.
If a fulfillment Lambda function returns a Delegate dialog action without removing any slot values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DependencyFailedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DependencyFailedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DependencyFailedException.Builder> |
serializableBuilderClass() |
DependencyFailedException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic DependencyFailedException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<DependencyFailedException.Builder,DependencyFailedException>toBuilder in class LexRuntimeExceptionpublic static DependencyFailedException.Builder builder()
public static Class<? extends DependencyFailedException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.