libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
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.DataExchange.Types.JobError

Description

 
Synopsis

Documentation

data JobError Source #

An error that occurred with the job request.

See: newJobError smart constructor.

Constructors

JobError' 

Fields

Instances

Instances details
Eq JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Read JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Show JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Generic JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Associated Types

type Rep JobError :: Type -> Type #

Methods

from :: JobError -> Rep JobError x #

to :: Rep JobError x -> JobError #

NFData JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Methods

rnf :: JobError -> () #

Hashable JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

Methods

hashWithSalt :: Int -> JobError -> Int #

hash :: JobError -> Int #

FromJSON JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

type Rep JobError Source # 
Instance details

Defined in Amazonka.DataExchange.Types.JobError

newJobError Source #

Create a value of JobError 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:resourceId:JobError', jobError_resourceId - The unique identifier for the resource related to the error.

$sel:limitName:JobError', jobError_limitName - The name of the limit that was reached.

$sel:resourceType:JobError', jobError_resourceType - The type of resource related to the error.

$sel:details:JobError', jobError_details - The details about the job error.

$sel:limitValue:JobError', jobError_limitValue - The value of the exceeded limit.

$sel:message:JobError', jobError_message - The message related to the job error.

$sel:code:JobError', jobError_code - The code for the job error.

jobError_resourceId :: Lens' JobError (Maybe Text) Source #

The unique identifier for the resource related to the error.

jobError_limitName :: Lens' JobError (Maybe JobErrorLimitName) Source #

The name of the limit that was reached.

jobError_resourceType :: Lens' JobError (Maybe JobErrorResourceTypes) Source #

The type of resource related to the error.

jobError_details :: Lens' JobError (Maybe Details) Source #

The details about the job error.

jobError_limitValue :: Lens' JobError (Maybe Double) Source #

The value of the exceeded limit.

jobError_message :: Lens' JobError Text Source #

The message related to the job error.

jobError_code :: Lens' JobError Code Source #

The code for the job error.