Struct aws_sdk_textract::error::InvalidParameterException
source · #[non_exhaustive]pub struct InvalidParameterException { /* private fields */ }
Expand description
An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException
exception occurs when neither of the S3Object
or Bytes
values are supplied in the Document
request parameter. Validate your parameter before calling the API operation again.
Implementations§
source§impl InvalidParameterException
impl InvalidParameterException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidParameterException
.
Trait Implementations§
source§impl Clone for InvalidParameterException
impl Clone for InvalidParameterException
source§fn clone(&self) -> InvalidParameterException
fn clone(&self) -> InvalidParameterException
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 InvalidParameterException
impl Debug for InvalidParameterException
source§impl Display for InvalidParameterException
impl Display for InvalidParameterException
source§impl Error for InvalidParameterException
impl Error for InvalidParameterException
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()