Class: Aws::Types::AssessmentReportEvidenceError
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentReportEvidenceError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#evidence_id ⇒ ::String
Returns the value of attribute evidence_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
168 169 170 |
# File 'sig/types.rbs', line 168 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
169 170 171 |
# File 'sig/types.rbs', line 169 def end |
#evidence_id ⇒ ::String
Returns the value of attribute evidence_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def evidence_id @evidence_id end |