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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


25795
25796
25797
25798
25799
25800
25801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25795

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)


25795
25796
25797
25798
25799
25800
25801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25795

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)


25795
25796
25797
25798
25799
25800
25801
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25795

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