Class: Aws::CodeGuruSecurity::Types::BatchGetFindingsError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb

Overview

Contains information about the error that caused a finding to fail to be retrieved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

A code associated with the type of error.

Returns:

  • (String)


101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 101

class BatchGetFindingsError < Struct.new(
  :error_code,
  :finding_id,
  :message,
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

The finding ID of the finding that was not fetched.

Returns:

  • (String)


101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 101

class BatchGetFindingsError < Struct.new(
  :error_code,
  :finding_id,
  :message,
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Describes the error.

Returns:

  • (String)


101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 101

class BatchGetFindingsError < Struct.new(
  :error_code,
  :finding_id,
  :message,
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end

#scan_nameString

The name of the scan that generated the finding.

Returns:

  • (String)


101
102
103
104
105
106
107
108
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 101

class BatchGetFindingsError < Struct.new(
  :error_code,
  :finding_id,
  :message,
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end