Class: Aws::Inspector2::Types::FindingDetailsError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


3723
3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3723

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

#error_messageString

The error message.

Returns:

  • (String)


3723
3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3723

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

#finding_arnString

The finding ARN that returned an error.

Returns:

  • (String)


3723
3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3723

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