Class: Aws::SecurityHub::Types::ImportFindingsError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The code of the error returned by the ‘BatchImportFindings` operation.

Returns:

  • (String)


25868
25869
25870
25871
25872
25873
25874
# File 'lib/aws-sdk-securityhub/types.rb', line 25868

class ImportFindingsError < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The message of the error returned by the ‘BatchImportFindings` operation.

Returns:

  • (String)


25868
25869
25870
25871
25872
25873
25874
# File 'lib/aws-sdk-securityhub/types.rb', line 25868

class ImportFindingsError < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the finding that could not be updated.

Returns:

  • (String)


25868
25869
25870
25871
25872
25873
25874
# File 'lib/aws-sdk-securityhub/types.rb', line 25868

class ImportFindingsError < Struct.new(
  :id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end