Struct aws_sdk_dynamodb::model::BatchStatementError
source · #[non_exhaustive]pub struct BatchStatementError { /* private fields */ }
Expand description
An error associated with a statement in a PartiQL batch that was run.
Implementations§
source§impl BatchStatementError
impl BatchStatementError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchStatementError
.
Trait Implementations§
source§impl Clone for BatchStatementError
impl Clone for BatchStatementError
source§fn clone(&self) -> BatchStatementError
fn clone(&self) -> BatchStatementError
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