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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


14871
14872
14873
14874
14875
14876
14877
14878
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14871

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)


14871
14872
14873
14874
14875
14876
14877
14878
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14871

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)


14871
14872
14873
14874
14875
14876
14877
14878
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14871

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)


14871
14872
14873
14874
14875
14876
14877
14878
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14871

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