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 BatchCreateDelegationByAssessmentError = BatchCreateDelegationByAssessmentError' {}
- newBatchCreateDelegationByAssessmentError :: BatchCreateDelegationByAssessmentError
- batchCreateDelegationByAssessmentError_createDelegationRequest :: Lens' BatchCreateDelegationByAssessmentError (Maybe CreateDelegationRequest)
- batchCreateDelegationByAssessmentError_errorCode :: Lens' BatchCreateDelegationByAssessmentError (Maybe Text)
- batchCreateDelegationByAssessmentError_errorMessage :: Lens' BatchCreateDelegationByAssessmentError (Maybe Text)
Documentation
data BatchCreateDelegationByAssessmentError Source #
An error entity for the BatchCreateDelegationByAssessment
API. This is
used to provide more meaningful errors than a simple string message.
See: newBatchCreateDelegationByAssessmentError
smart constructor.
BatchCreateDelegationByAssessmentError' | |
|
Instances
newBatchCreateDelegationByAssessmentError :: BatchCreateDelegationByAssessmentError Source #
Create a value of BatchCreateDelegationByAssessmentError
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:createDelegationRequest:BatchCreateDelegationByAssessmentError'
, batchCreateDelegationByAssessmentError_createDelegationRequest
- The API request to batch create delegations in Audit Manager.
$sel:errorCode:BatchCreateDelegationByAssessmentError'
, batchCreateDelegationByAssessmentError_errorCode
- The error code returned by the BatchCreateDelegationByAssessment
API.
$sel:errorMessage:BatchCreateDelegationByAssessmentError'
, batchCreateDelegationByAssessmentError_errorMessage
- The error message returned by the BatchCreateDelegationByAssessment
API.
batchCreateDelegationByAssessmentError_createDelegationRequest :: Lens' BatchCreateDelegationByAssessmentError (Maybe CreateDelegationRequest) Source #
The API request to batch create delegations in Audit Manager.
batchCreateDelegationByAssessmentError_errorCode :: Lens' BatchCreateDelegationByAssessmentError (Maybe Text) Source #
The error code returned by the BatchCreateDelegationByAssessment
API.
batchCreateDelegationByAssessmentError_errorMessage :: Lens' BatchCreateDelegationByAssessmentError (Maybe Text) Source #
The error message returned by the BatchCreateDelegationByAssessment
API.