Class: Aws::SecurityHub::Types::BatchUpdateFindingsUnprocessedFinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchUpdateFindingsUnprocessedFinding
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A finding from a BatchUpdateFindings
request that Security Hub was
unable to update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code associated with the error.
-
#error_message ⇒ String
The message associated with the error.
-
#finding_identifier ⇒ Types::AwsSecurityFindingIdentifier
The identifier of the finding that was not updated.
Instance Attribute Details
#error_code ⇒ String
The code associated with the error.
16003 16004 16005 16006 16007 16008 16009 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16003 class BatchUpdateFindingsUnprocessedFinding < Struct.new( :finding_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message associated with the error.
16003 16004 16005 16006 16007 16008 16009 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16003 class BatchUpdateFindingsUnprocessedFinding < Struct.new( :finding_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#finding_identifier ⇒ Types::AwsSecurityFindingIdentifier
The identifier of the finding that was not updated.
16003 16004 16005 16006 16007 16008 16009 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16003 class BatchUpdateFindingsUnprocessedFinding < Struct.new( :finding_identifier, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |