Class: Aws::SecurityHub::Types::ImportFindingsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ImportFindingsError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The list of the findings that cannot be imported. For each finding, the list provides the error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code of the error returned by the ‘BatchImportFindings` operation.
-
#error_message ⇒ String
The message of the error returned by the ‘BatchImportFindings` operation.
-
#id ⇒ String
The identifier of the finding that could not be updated.
Instance Attribute Details
#error_code ⇒ String
The code of the error returned by the ‘BatchImportFindings` operation.
25861 25862 25863 25864 25865 25866 25867 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25861 class ImportFindingsError < Struct.new( :id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message of the error returned by the ‘BatchImportFindings` operation.
25861 25862 25863 25864 25865 25866 25867 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25861 class ImportFindingsError < Struct.new( :id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the finding that could not be updated.
25861 25862 25863 25864 25865 25866 25867 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25861 class ImportFindingsError < Struct.new( :id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |