| 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.Detective.Types.UnprocessedGraph
Description
Documentation
data UnprocessedGraph Source #
Behavior graphs that could not be processed in the request.
See: newUnprocessedGraph smart constructor.
Constructors
| UnprocessedGraph' | |
Instances
newUnprocessedGraph :: UnprocessedGraph Source #
Create a value of UnprocessedGraph 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:graphArn:UnprocessedGraph', unprocessedGraph_graphArn - The ARN of the organization behavior graph.
$sel:reason:UnprocessedGraph', unprocessedGraph_reason - The reason data source package information could not be processed for a
behavior graph.
unprocessedGraph_graphArn :: Lens' UnprocessedGraph (Maybe Text) Source #
The ARN of the organization behavior graph.
unprocessedGraph_reason :: Lens' UnprocessedGraph (Maybe Text) Source #
The reason data source package information could not be processed for a behavior graph.