Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data FaultStatistics Source #
Information about requests that failed with a 5xx Server Error status code.
See: newFaultStatistics
smart constructor.
FaultStatistics' | |
|
Instances
newFaultStatistics :: FaultStatistics Source #
Create a value of FaultStatistics
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:otherCount:FaultStatistics'
, faultStatistics_otherCount
- The number of requests that failed with untracked 5xx Server Error
status codes.
$sel:totalCount:FaultStatistics'
, faultStatistics_totalCount
- The total number of requests that failed with a 5xx Server Error status
code.
faultStatistics_otherCount :: Lens' FaultStatistics (Maybe Integer) Source #
The number of requests that failed with untracked 5xx Server Error status codes.
faultStatistics_totalCount :: Lens' FaultStatistics (Maybe Integer) Source #
The total number of requests that failed with a 5xx Server Error status code.