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
sourceimpl BadGatewayException
impl BadGatewayException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BadGatewayException
.
Trait Implementations
sourceimpl Clone for BadGatewayException
impl Clone for BadGatewayException
sourcefn clone(&self) -> BadGatewayException
fn clone(&self) -> BadGatewayException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BadGatewayException
impl Debug for BadGatewayException
sourceimpl Display for BadGatewayException
impl Display for BadGatewayException
sourceimpl Error for BadGatewayException
impl Error for BadGatewayException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<BadGatewayException> for BadGatewayException
impl PartialEq<BadGatewayException> for BadGatewayException
sourcefn eq(&self, other: &BadGatewayException) -> bool
fn eq(&self, other: &BadGatewayException) -> bool
impl StructuralPartialEq for BadGatewayException
Auto Trait Implementations
impl RefUnwindSafe for BadGatewayException
impl Send for BadGatewayException
impl Sync for BadGatewayException
impl Unpin for BadGatewayException
impl UnwindSafe for BadGatewayException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more