| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ResourceExplorer2.Types.BatchGetViewError
Description
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
Arguments
| :: Text | |
| -> Text | |
| -> BatchGetViewError |
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.