Class: Aws::IoT::Types::SbomValidationResultSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

A summary of the validation results for a specific software bill of materials (SBOM) attached to a software package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The ‘errorCode` representing the validation failure error if the SBOM validation failed.

Returns:

  • (String)


13854
13855
13856
13857
13858
13859
13860
13861
# File 'lib/aws-sdk-iot/types.rb', line 13854

class SbomValidationResultSummary < Struct.new(
  :file_name,
  :validation_result,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The ‘errorMessage` representing the validation failure error if the SBOM validation failed.

Returns:

  • (String)


13854
13855
13856
13857
13858
13859
13860
13861
# File 'lib/aws-sdk-iot/types.rb', line 13854

class SbomValidationResultSummary < Struct.new(
  :file_name,
  :validation_result,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#file_nameString

The name of the SBOM file.

Returns:

  • (String)


13854
13855
13856
13857
13858
13859
13860
13861
# File 'lib/aws-sdk-iot/types.rb', line 13854

class SbomValidationResultSummary < Struct.new(
  :file_name,
  :validation_result,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#validation_resultString

The end result of the SBOM validation.

Returns:

  • (String)


13854
13855
13856
13857
13858
13859
13860
13861
# File 'lib/aws-sdk-iot/types.rb', line 13854

class SbomValidationResultSummary < Struct.new(
  :file_name,
  :validation_result,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end