amazonka-wisdom-2.0: Amazon Connect Wisdom Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Description

 
Synopsis

Documentation

data NotifyRecommendationsReceivedError Source #

An error occurred when creating a recommendation.

See: newNotifyRecommendationsReceivedError smart constructor.

Constructors

NotifyRecommendationsReceivedError' 

Fields

Instances

Instances details
FromJSON NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Generic NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Associated Types

type Rep NotifyRecommendationsReceivedError :: Type -> Type #

Read NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Show NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

NFData NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Eq NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Hashable NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

type Rep NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

type Rep NotifyRecommendationsReceivedError = D1 ('MetaData "NotifyRecommendationsReceivedError" "Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError" "amazonka-wisdom-2.0-D8ZGZ1sJNnDDHDNbH2yubp" 'False) (C1 ('MetaCons "NotifyRecommendationsReceivedError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNotifyRecommendationsReceivedError :: NotifyRecommendationsReceivedError Source #

Create a value of NotifyRecommendationsReceivedError 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:message:NotifyRecommendationsReceivedError', notifyRecommendationsReceivedError_message - A recommendation is causing an error.

$sel:recommendationId:NotifyRecommendationsReceivedError', notifyRecommendationsReceivedError_recommendationId - The identifier of the recommendation that is in error.