Struct aws_sdk_lexruntime::error::BadGatewayException
source · #[non_exhaustive]pub struct BadGatewayException { /* private fields */ }
Expand description
Either the Amazon Lex bot is still building, or one of the dependent services (Amazon Polly, AWS Lambda) failed with an internal service error.
Implementations§
source§impl BadGatewayException
impl BadGatewayException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BadGatewayException
.
Trait Implementations§
source§impl Clone for BadGatewayException
impl Clone for BadGatewayException
source§fn clone(&self) -> BadGatewayException
fn clone(&self) -> BadGatewayException
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 BadGatewayException
impl Debug for BadGatewayException
source§impl Display for BadGatewayException
impl Display for BadGatewayException
source§impl Error for BadGatewayException
impl Error for BadGatewayException
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<BadGatewayException> for BadGatewayException
impl PartialEq<BadGatewayException> for BadGatewayException
source§fn eq(&self, other: &BadGatewayException) -> bool
fn eq(&self, other: &BadGatewayException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.