#[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§
source§impl 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.
source§impl BatchDeleteImportDataError
impl BatchDeleteImportDataError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteImportDataError.
Trait Implementations§
source§impl Clone for BatchDeleteImportDataError
impl Clone for BatchDeleteImportDataError
source§fn clone(&self) -> BatchDeleteImportDataError
fn clone(&self) -> BatchDeleteImportDataError
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