amazonka-elasticsearch-2.0: Amazon Elasticsearch 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.ElasticSearch.Types.ErrorDetails

Description

 
Synopsis

Documentation

data ErrorDetails Source #

See: newErrorDetails smart constructor.

Instances

Instances details
FromJSON ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

Generic ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

Associated Types

type Rep ErrorDetails :: Type -> Type #

Read ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

Show ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

NFData ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

Methods

rnf :: ErrorDetails -> () #

Eq ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

Hashable ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

type Rep ErrorDetails Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.ErrorDetails

type Rep ErrorDetails = D1 ('MetaData "ErrorDetails" "Amazonka.ElasticSearch.Types.ErrorDetails" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "ErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newErrorDetails :: ErrorDetails Source #

Create a value of ErrorDetails 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:errorMessage:ErrorDetails', errorDetails_errorMessage - Undocumented member.

$sel:errorType:ErrorDetails', errorDetails_errorType - Undocumented member.