Class: Aws::CodeGuruSecurity::Types::BatchGetFindingsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::BatchGetFindingsError
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
A code associated with the type of error.
-
#finding_id ⇒ String
The finding ID of the finding that was not fetched.
-
#message ⇒ String
Describes the error.
-
#scan_name ⇒ String
The name of the scan that generated the finding.
Instance Attribute Details
#error_code ⇒ String
A code associated with the type of error.
100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 100 class BatchGetFindingsError < Struct.new( :error_code, :finding_id, :message, :scan_name) SENSITIVE = [] include Aws::Structure end |
#finding_id ⇒ String
The finding ID of the finding that was not fetched.
100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 100 class BatchGetFindingsError < Struct.new( :error_code, :finding_id, :message, :scan_name) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Describes the error.
100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 100 class BatchGetFindingsError < Struct.new( :error_code, :finding_id, :message, :scan_name) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the scan that generated the finding.
100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 100 class BatchGetFindingsError < Struct.new( :error_code, :finding_id, :message, :scan_name) SENSITIVE = [] include Aws::Structure end |