Class: Aws::IoT::Types::SbomValidationResultSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SbomValidationResultSummary
- 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
-
#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.
14061 14062 14063 14064 14065 14066 14067 14068 |
# File 'lib/aws-sdk-iot/types.rb', line 14061 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.
14061 14062 14063 14064 14065 14066 14067 14068 |
# File 'lib/aws-sdk-iot/types.rb', line 14061 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.
14061 14062 14063 14064 14065 14066 14067 14068 |
# File 'lib/aws-sdk-iot/types.rb', line 14061 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.
14061 14062 14063 14064 14065 14066 14067 14068 |
# File 'lib/aws-sdk-iot/types.rb', line 14061 class SbomValidationResultSummary < Struct.new( :file_name, :validation_result, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |