libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime
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.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Description

 
Synopsis

Documentation

data BatchGetRecordError Source #

The error that has occurred when attempting to retrieve a batch of Records.

See: newBatchGetRecordError smart constructor.

Constructors

BatchGetRecordError' 

Fields

  • featureGroupName :: Text

    The name of the feature group that the record belongs to.

  • recordIdentifierValueAsString :: Text

    The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

  • errorCode :: Text

    The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

  • errorMessage :: Text

    The error message of an error that has occured when attempting to retrieve a record in the batch.

Instances

Instances details
Eq BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Read BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Show BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Generic BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Associated Types

type Rep BatchGetRecordError :: Type -> Type #

NFData BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

Methods

rnf :: BatchGetRecordError -> () #

Hashable BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

FromJSON BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

type Rep BatchGetRecordError Source # 
Instance details

Defined in Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError

type Rep BatchGetRecordError = D1 ('MetaData "BatchGetRecordError" "Amazonka.SageMakerFeatureStoreRuntime.Types.BatchGetRecordError" "libZSservicesZSamazonka-sagemaker-featurestore-runtimeZSamazonka-sagemaker-featurestore-runtime" 'False) (C1 ('MetaCons "BatchGetRecordError'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recordIdentifierValueAsString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newBatchGetRecordError Source #

Create a value of BatchGetRecordError 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:featureGroupName:BatchGetRecordError', batchGetRecordError_featureGroupName - The name of the feature group that the record belongs to.

$sel:recordIdentifierValueAsString:BatchGetRecordError', batchGetRecordError_recordIdentifierValueAsString - The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

$sel:errorCode:BatchGetRecordError', batchGetRecordError_errorCode - The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

$sel:errorMessage:BatchGetRecordError', batchGetRecordError_errorMessage - The error message of an error that has occured when attempting to retrieve a record in the batch.

batchGetRecordError_featureGroupName :: Lens' BatchGetRecordError Text Source #

The name of the feature group that the record belongs to.

batchGetRecordError_recordIdentifierValueAsString :: Lens' BatchGetRecordError Text Source #

The value for the RecordIdentifier in string format of a Record from a FeatureGroup that is causing an error when attempting to be retrieved.

batchGetRecordError_errorCode :: Lens' BatchGetRecordError Text Source #

The error code of an error that has occured when attempting to retrieve a batch of Records. For more information on errors, see Errors.

batchGetRecordError_errorMessage :: Lens' BatchGetRecordError Text Source #

The error message of an error that has occured when attempting to retrieve a record in the batch.