Struct aws_sdk_textract::error::InvalidS3ObjectException
source · #[non_exhaustive]pub struct InvalidS3ObjectException { /* private fields */ }
Expand description
Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 For troubleshooting information, see Troubleshooting Amazon S3
Implementations§
source§impl InvalidS3ObjectException
impl InvalidS3ObjectException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidS3ObjectException
.
Trait Implementations§
source§impl Clone for InvalidS3ObjectException
impl Clone for InvalidS3ObjectException
source§fn clone(&self) -> InvalidS3ObjectException
fn clone(&self) -> InvalidS3ObjectException
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 InvalidS3ObjectException
impl Debug for InvalidS3ObjectException
source§impl Display for InvalidS3ObjectException
impl Display for InvalidS3ObjectException
source§impl Error for InvalidS3ObjectException
impl Error for InvalidS3ObjectException
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()