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 BatchDeleteDelegationByAssessmentError = BatchDeleteDelegationByAssessmentError' {
- delegationId :: Maybe Text
- errorCode :: Maybe Text
- errorMessage :: Maybe Text
- newBatchDeleteDelegationByAssessmentError :: BatchDeleteDelegationByAssessmentError
- batchDeleteDelegationByAssessmentError_delegationId :: Lens' BatchDeleteDelegationByAssessmentError (Maybe Text)
- batchDeleteDelegationByAssessmentError_errorCode :: Lens' BatchDeleteDelegationByAssessmentError (Maybe Text)
- batchDeleteDelegationByAssessmentError_errorMessage :: Lens' BatchDeleteDelegationByAssessmentError (Maybe Text)
Documentation
data BatchDeleteDelegationByAssessmentError Source #
An error entity for the BatchDeleteDelegationByAssessment
API. This is
used to provide more meaningful errors than a simple string message.
See: newBatchDeleteDelegationByAssessmentError
smart constructor.
BatchDeleteDelegationByAssessmentError' | |
|
Instances
newBatchDeleteDelegationByAssessmentError :: BatchDeleteDelegationByAssessmentError Source #
Create a value of BatchDeleteDelegationByAssessmentError
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:delegationId:BatchDeleteDelegationByAssessmentError'
, batchDeleteDelegationByAssessmentError_delegationId
- The identifier for the specified delegation.
$sel:errorCode:BatchDeleteDelegationByAssessmentError'
, batchDeleteDelegationByAssessmentError_errorCode
- The error code returned by the BatchDeleteDelegationByAssessment
API.
$sel:errorMessage:BatchDeleteDelegationByAssessmentError'
, batchDeleteDelegationByAssessmentError_errorMessage
- The error message returned by the BatchDeleteDelegationByAssessment
API.
batchDeleteDelegationByAssessmentError_delegationId :: Lens' BatchDeleteDelegationByAssessmentError (Maybe Text) Source #
The identifier for the specified delegation.
batchDeleteDelegationByAssessmentError_errorCode :: Lens' BatchDeleteDelegationByAssessmentError (Maybe Text) Source #
The error code returned by the BatchDeleteDelegationByAssessment
API.
batchDeleteDelegationByAssessmentError_errorMessage :: Lens' BatchDeleteDelegationByAssessmentError (Maybe Text) Source #
The error message returned by the BatchDeleteDelegationByAssessment
API.