libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Description

 
Synopsis

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.

Constructors

BatchCreateDelegationByAssessmentError' 

Fields

Instances

Instances details
Eq BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Read BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Show BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Generic BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

NFData BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Hashable BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

FromJSON BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

type Rep BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

type Rep BatchCreateDelegationByAssessmentError = D1 ('MetaData "BatchCreateDelegationByAssessmentError" "Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "BatchCreateDelegationByAssessmentError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createDelegationRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateDelegationRequest)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_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.