| 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.MacieV2.Types.LastRunErrorStatusCode
Description
Synopsis
- newtype LastRunErrorStatusCode where
Documentation
newtype LastRunErrorStatusCode Source #
Specifies whether any account- or bucket-level access errors occurred during the run of a one-time classification job or the most recent run of a recurring classification job. Possible values are:
Constructors
| LastRunErrorStatusCode' | |
Fields | |
Bundled Patterns
| pattern LastRunErrorStatusCode_ERROR :: LastRunErrorStatusCode | |
| pattern LastRunErrorStatusCode_NONE :: LastRunErrorStatusCode |