Struct aws_sdk_securityhub::model::BatchUpdateFindingsUnprocessedFinding [−][src]
#[non_exhaustive]pub struct BatchUpdateFindingsUnprocessedFinding {
pub finding_identifier: Option<AwsSecurityFindingIdentifier>,
pub error_code: Option<String>,
pub error_message: Option<String>,
}
Expand description
A finding from a BatchUpdateFindings
request that Security Hub was unable to
update.
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.finding_identifier: Option<AwsSecurityFindingIdentifier>
The identifier of the finding that was not updated.
error_code: Option<String>
The code associated with the error.
error_message: Option<String>
The message associated with the error.
Implementations
The identifier of the finding that was not updated.
The code associated with the error.
The message associated with the error.
Creates a new builder-style object to manufacture BatchUpdateFindingsUnprocessedFinding
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
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