| 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.ECR.Types.FindingSeverity
Description
Documentation
newtype FindingSeverity Source #
Constructors
| FindingSeverity' | |
Fields | |
Bundled Patterns
| pattern FindingSeverity_CRITICAL :: FindingSeverity | |
| pattern FindingSeverity_HIGH :: FindingSeverity | |
| pattern FindingSeverity_INFORMATIONAL :: FindingSeverity | |
| pattern FindingSeverity_LOW :: FindingSeverity | |
| pattern FindingSeverity_MEDIUM :: FindingSeverity | |
| pattern FindingSeverity_UNDEFINED :: FindingSeverity |