@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DependencyFailedException extends AmazonLexRuntimeException
One of the downstream 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 which results in AWS Lambda throwing an exception.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
DependencyFailedException(String message)
Constructs a new DependencyFailedException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DependencyFailedException(String message)
message - Describes the error encountered.Copyright © 2017. All rights reserved.