Class: Aws::IoT::Types::SbomValidationResultSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SbomValidationResultSummary
- 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
-
#error_code ⇒ String
The
errorCode
representing the validation failure error if the SBOM validation failed. -
#error_message ⇒ String
The
errorMessage
representing the validation failure error if the SBOM validation failed. -
#file_name ⇒ String
The name of the SBOM file.
-
#validation_result ⇒ String
The end result of the SBOM validation.
Instance Attribute Details
#error_code ⇒ String
The errorCode
representing the validation failure error if the
SBOM validation failed.
14799 14800 14801 14802 14803 14804 14805 14806 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14799 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The errorMessage
representing the validation failure error if the
SBOM validation failed.
14799 14800 14801 14802 14803 14804 14805 14806 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14799 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The name of the SBOM file.
14799 14800 14801 14802 14803 14804 14805 14806 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14799 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#validation_result ⇒ String
The end result of the SBOM validation.
14799 14800 14801 14802 14803 14804 14805 14806 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14799 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |