amazonka-resource-explorer-v2-2.0: Amazon Resource Explorer 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.ResourceExplorer2.Types.BatchGetViewError

Description

 
Synopsis

Documentation

data BatchGetViewError Source #

A collection of error messages for any views that Amazon Web Services Resource Explorer couldn't retrieve details.

See: newBatchGetViewError smart constructor.

Constructors

BatchGetViewError' 

Fields

Instances

Instances details
FromJSON BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

Generic BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

Associated Types

type Rep BatchGetViewError :: Type -> Type #

Read BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

Show BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

NFData BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

Methods

rnf :: BatchGetViewError -> () #

Eq BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

Hashable BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

type Rep BatchGetViewError Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.BatchGetViewError

type Rep BatchGetViewError = D1 ('MetaData "BatchGetViewError" "Amazonka.ResourceExplorer2.Types.BatchGetViewError" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "BatchGetViewError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchGetViewError Source #

Create a value of BatchGetViewError 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:BatchGetViewError', batchGetViewError_errorMessage - The description of the error for the specified view.

$sel:viewArn:BatchGetViewError', batchGetViewError_viewArn - The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.

batchGetViewError_errorMessage :: Lens' BatchGetViewError Text Source #

The description of the error for the specified view.

batchGetViewError_viewArn :: Lens' BatchGetViewError Text Source #

The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.