Struct aws_sdk_securityhub::model::ImportFindingsError
source · #[non_exhaustive]pub struct ImportFindingsError { /* private fields */ }
Expand description
The list of the findings that cannot be imported. For each finding, the list provides the error.
Implementations§
source§impl ImportFindingsError
impl ImportFindingsError
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The code of the error returned by the BatchImportFindings
operation.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The message of the error returned by the BatchImportFindings
operation.
source§impl ImportFindingsError
impl ImportFindingsError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportFindingsError
.
Trait Implementations§
source§impl Clone for ImportFindingsError
impl Clone for ImportFindingsError
source§fn clone(&self) -> ImportFindingsError
fn clone(&self) -> ImportFindingsError
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