Class: Aws::AuditManager::Types::AssessmentReportEvidenceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::AssessmentReportEvidenceError
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
An error entity for the AssessmentReportEvidence
API. This is used
to provide more meaningful errors than a simple string message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code that the
AssessmentReportEvidence
API returned. -
#error_message ⇒ String
The error message that the
AssessmentReportEvidence
API returned. -
#evidence_id ⇒ String
The identifier for the evidence.
Instance Attribute Details
#error_code ⇒ String
The error code that the AssessmentReportEvidence
API returned.
711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 711 class AssessmentReportEvidenceError < Struct.new( :evidence_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message that the AssessmentReportEvidence
API returned.
711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 711 class AssessmentReportEvidenceError < Struct.new( :evidence_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#evidence_id ⇒ String
The identifier for the evidence.
711 712 713 714 715 716 717 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 711 class AssessmentReportEvidenceError < Struct.new( :evidence_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |