Struct aws_sdk_comprehend::model::BatchItemError
source · #[non_exhaustive]pub struct BatchItemError { /* private fields */ }Expand description
Describes an error that occurred while processing a document in a batch. The operation returns on BatchItemError object for each document that contained an error.
Implementations§
source§impl BatchItemError
impl BatchItemError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchItemError.
Trait Implementations§
source§impl Clone for BatchItemError
impl Clone for BatchItemError
source§fn clone(&self) -> BatchItemError
fn clone(&self) -> BatchItemError
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 more