Class: Aws::Inspector2::Types::FindingDetailsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::FindingDetailsError
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Details about an error encountered when trying to return vulnerability data for a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
-
#finding_arn ⇒ String
The finding ARN that returned an error.
Instance Attribute Details
#error_code ⇒ String
The error code.
4765 4766 4767 4768 4769 4770 4771 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4765 class FindingDetailsError < Struct.new( :finding_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
4765 4766 4767 4768 4769 4770 4771 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4765 class FindingDetailsError < Struct.new( :finding_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#finding_arn ⇒ String
The finding ARN that returned an error.
4765 4766 4767 4768 4769 4770 4771 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4765 class FindingDetailsError < Struct.new( :finding_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |