Struct aws_sdk_textract::error::InvalidJobIdException
source · #[non_exhaustive]pub struct InvalidJobIdException { /* private fields */ }
Expand description
An invalid job identifier was passed to GetDocumentAnalysis
or to GetDocumentAnalysis
.
Implementations§
source§impl InvalidJobIdException
impl InvalidJobIdException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidJobIdException
.
Trait Implementations§
source§impl Clone for InvalidJobIdException
impl Clone for InvalidJobIdException
source§fn clone(&self) -> InvalidJobIdException
fn clone(&self) -> InvalidJobIdException
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 InvalidJobIdException
impl Debug for InvalidJobIdException
source§impl Display for InvalidJobIdException
impl Display for InvalidJobIdException
source§impl Error for InvalidJobIdException
impl Error for InvalidJobIdException
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()