#[non_exhaustive]pub struct BatchEntryIdsNotDistinctException { /* private fields */ }
Expand description
Two or more batch entries in the request have the same Id
.
Implementations§
source§impl BatchEntryIdsNotDistinctException
impl BatchEntryIdsNotDistinctException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchEntryIdsNotDistinctException
.
Trait Implementations§
source§impl Clone for BatchEntryIdsNotDistinctException
impl Clone for BatchEntryIdsNotDistinctException
source§fn clone(&self) -> BatchEntryIdsNotDistinctException
fn clone(&self) -> BatchEntryIdsNotDistinctException
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 Error for BatchEntryIdsNotDistinctException
impl Error for BatchEntryIdsNotDistinctException
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()
source§impl PartialEq<BatchEntryIdsNotDistinctException> for BatchEntryIdsNotDistinctException
impl PartialEq<BatchEntryIdsNotDistinctException> for BatchEntryIdsNotDistinctException
source§fn eq(&self, other: &BatchEntryIdsNotDistinctException) -> bool
fn eq(&self, other: &BatchEntryIdsNotDistinctException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.