#[non_exhaustive]pub struct DependencyFailedException { /* private fields */ }
Expand description
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.
Implementations§
source§impl DependencyFailedException
impl DependencyFailedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DependencyFailedException
.
Trait Implementations§
source§impl Clone for DependencyFailedException
impl Clone for DependencyFailedException
source§fn clone(&self) -> DependencyFailedException
fn clone(&self) -> DependencyFailedException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DependencyFailedException
impl Debug for DependencyFailedException
source§impl Display for DependencyFailedException
impl Display for DependencyFailedException
source§impl Error for DependencyFailedException
impl Error for DependencyFailedException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<DependencyFailedException> for DependencyFailedException
impl PartialEq<DependencyFailedException> for DependencyFailedException
source§fn eq(&self, other: &DependencyFailedException) -> bool
fn eq(&self, other: &DependencyFailedException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.