Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AssessmentReportEvidenceError = AssessmentReportEvidenceError' {
- errorCode :: Maybe Text
- errorMessage :: Maybe Text
- evidenceId :: Maybe Text
- newAssessmentReportEvidenceError :: AssessmentReportEvidenceError
- assessmentReportEvidenceError_errorCode :: Lens' AssessmentReportEvidenceError (Maybe Text)
- assessmentReportEvidenceError_errorMessage :: Lens' AssessmentReportEvidenceError (Maybe Text)
- assessmentReportEvidenceError_evidenceId :: Lens' AssessmentReportEvidenceError (Maybe Text)
Documentation
data AssessmentReportEvidenceError Source #
An error entity for the AssessmentReportEvidence
API. This is used to
provide more meaningful errors than a simple string message.
See: newAssessmentReportEvidenceError
smart constructor.
AssessmentReportEvidenceError' | |
|
Instances
newAssessmentReportEvidenceError :: AssessmentReportEvidenceError Source #
Create a value of AssessmentReportEvidenceError
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorCode:AssessmentReportEvidenceError'
, assessmentReportEvidenceError_errorCode
- The error code returned by the AssessmentReportEvidence
API.
$sel:errorMessage:AssessmentReportEvidenceError'
, assessmentReportEvidenceError_errorMessage
- The error message returned by the AssessmentReportEvidence
API.
$sel:evidenceId:AssessmentReportEvidenceError'
, assessmentReportEvidenceError_evidenceId
- The identifier for the evidence.
assessmentReportEvidenceError_errorCode :: Lens' AssessmentReportEvidenceError (Maybe Text) Source #
The error code returned by the AssessmentReportEvidence
API.
assessmentReportEvidenceError_errorMessage :: Lens' AssessmentReportEvidenceError (Maybe Text) Source #
The error message returned by the AssessmentReportEvidence
API.
assessmentReportEvidenceError_evidenceId :: Lens' AssessmentReportEvidenceError (Maybe Text) Source #
The identifier for the evidence.