#[non_exhaustive]pub struct BatchDeleteImportDataError { /* private fields */ }Expand description
Error messages returned for each import task that you deleted as a response for this command.
Implementations
sourceimpl BatchDeleteImportDataError
impl BatchDeleteImportDataError
sourcepub fn import_task_id(&self) -> Option<&str>
pub fn import_task_id(&self) -> Option<&str>
The unique import ID associated with the error that occurred.
sourcepub fn error_code(&self) -> Option<&BatchDeleteImportDataErrorCode>
pub fn error_code(&self) -> Option<&BatchDeleteImportDataErrorCode>
The type of error that occurred for a specific import task.
sourcepub fn error_description(&self) -> Option<&str>
pub fn error_description(&self) -> Option<&str>
The description of the error that occurred for a specific import task.
sourceimpl BatchDeleteImportDataError
impl BatchDeleteImportDataError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteImportDataError.
Trait Implementations
sourceimpl Clone for BatchDeleteImportDataError
impl Clone for BatchDeleteImportDataError
sourcefn clone(&self) -> BatchDeleteImportDataError
fn clone(&self) -> BatchDeleteImportDataError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchDeleteImportDataError
impl Debug for BatchDeleteImportDataError
sourceimpl PartialEq<BatchDeleteImportDataError> for BatchDeleteImportDataError
impl PartialEq<BatchDeleteImportDataError> for BatchDeleteImportDataError
sourcefn eq(&self, other: &BatchDeleteImportDataError) -> bool
fn eq(&self, other: &BatchDeleteImportDataError) -> bool
impl StructuralPartialEq for BatchDeleteImportDataError
Auto Trait Implementations
impl RefUnwindSafe for BatchDeleteImportDataError
impl Send for BatchDeleteImportDataError
impl Sync for BatchDeleteImportDataError
impl Unpin for BatchDeleteImportDataError
impl UnwindSafe for BatchDeleteImportDataError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more