libZSservicesZSamazonka-discoveryZSamazonka-discovery
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.Discovery.Types.BatchDeleteImportDataError

Description

 
Synopsis

Documentation

data BatchDeleteImportDataError Source #

Error messages returned for each import task that you deleted as a response for this command.

See: newBatchDeleteImportDataError smart constructor.

Constructors

BatchDeleteImportDataError' 

Fields

Instances

Instances details
Eq BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Read BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Show BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Generic BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Associated Types

type Rep BatchDeleteImportDataError :: Type -> Type #

NFData BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Hashable BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

FromJSON BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

type Rep BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

type Rep BatchDeleteImportDataError = D1 ('MetaData "BatchDeleteImportDataError" "Amazonka.Discovery.Types.BatchDeleteImportDataError" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "BatchDeleteImportDataError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchDeleteImportDataErrorCode)) :*: S1 ('MetaSel ('Just "errorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchDeleteImportDataError :: BatchDeleteImportDataError Source #

Create a value of BatchDeleteImportDataError 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:importTaskId:BatchDeleteImportDataError', batchDeleteImportDataError_importTaskId - The unique import ID associated with the error that occurred.

$sel:errorCode:BatchDeleteImportDataError', batchDeleteImportDataError_errorCode - The type of error that occurred for a specific import task.

$sel:errorDescription:BatchDeleteImportDataError', batchDeleteImportDataError_errorDescription - The description of the error that occurred for a specific import task.

batchDeleteImportDataError_importTaskId :: Lens' BatchDeleteImportDataError (Maybe Text) Source #

The unique import ID associated with the error that occurred.

batchDeleteImportDataError_errorDescription :: Lens' BatchDeleteImportDataError (Maybe Text) Source #

The description of the error that occurred for a specific import task.