Class: Aws::Types::SbomValidationResultSummary
- Inherits:
-
Object
- Object
- Aws::Types::SbomValidationResultSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INCOMPATIBLE_FORMAT", "FILE_SIZE_LIMIT_EXCEEDED"
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#validation_result ⇒ "FAILED", "SUCCEEDED"
Returns the value of attribute validation_result.
Instance Attribute Details
#error_code ⇒ "INCOMPATIBLE_FORMAT", "FILE_SIZE_LIMIT_EXCEEDED"
Returns the value of attribute error_code.
4386 4387 4388 |
# File 'sig/types.rbs', line 4386 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4387 4388 4389 |
# File 'sig/types.rbs', line 4387 def @error_message end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def file_name @file_name end |
#validation_result ⇒ "FAILED", "SUCCEEDED"
Returns the value of attribute validation_result.
4385 4386 4387 |
# File 'sig/types.rbs', line 4385 def validation_result @validation_result end |