Struct aws_sdk_securityhub::model::ImportFindingsError [−][src]
#[non_exhaustive]pub struct ImportFindingsError {
pub id: Option<String>,
pub error_code: Option<String>,
pub error_message: Option<String>,
}
Expand description
The list of the findings that cannot be imported. For each finding, the list provides the error.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
The identifier of the finding that could not be updated.
error_code: Option<String>
The code of the error returned by the BatchImportFindings
operation.
error_message: Option<String>
The message of the error returned by the BatchImportFindings
operation.
Implementations
The code of the error returned by the BatchImportFindings
operation.
The message of the error returned by the BatchImportFindings
operation.
Creates a new builder-style object to manufacture ImportFindingsError
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ImportFindingsError
impl Send for ImportFindingsError
impl Sync for ImportFindingsError
impl Unpin for ImportFindingsError
impl UnwindSafe for ImportFindingsError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more