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)


25737
25738
25739
25740
25741
25742
25743
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25737

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)


25737
25738
25739
25740
25741
25742
25743
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25737

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)


25737
25738
25739
25740
25741
25742
25743
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25737

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