| 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.WellArchitected.Types.CheckStatus
Description
Documentation
newtype CheckStatus Source #
Constructors
| CheckStatus' | |
Fields | |
Bundled Patterns
| pattern CheckStatus_ERROR :: CheckStatus | |
| pattern CheckStatus_FETCH_FAILED :: CheckStatus | |
| pattern CheckStatus_NOT_AVAILABLE :: CheckStatus | |
| pattern CheckStatus_OKAY :: CheckStatus | |
| pattern CheckStatus_WARNING :: CheckStatus |