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 ErrorStatistics Source #
Information about requests that failed with a 4xx Client Error status code.
See: newErrorStatistics
smart constructor.
ErrorStatistics' | |
|
Instances
newErrorStatistics :: ErrorStatistics Source #
Create a value of ErrorStatistics
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:ErrorStatistics'
, errorStatistics_otherCount
- The number of requests that failed with untracked 4xx Client Error
status codes.
$sel:throttleCount:ErrorStatistics'
, errorStatistics_throttleCount
- The number of requests that failed with a 419 throttling status code.
$sel:totalCount:ErrorStatistics'
, errorStatistics_totalCount
- The total number of requests that failed with a 4xx Client Error status
code.
errorStatistics_otherCount :: Lens' ErrorStatistics (Maybe Integer) Source #
The number of requests that failed with untracked 4xx Client Error status codes.
errorStatistics_throttleCount :: Lens' ErrorStatistics (Maybe Integer) Source #
The number of requests that failed with a 419 throttling status code.
errorStatistics_totalCount :: Lens' ErrorStatistics (Maybe Integer) Source #
The total number of requests that failed with a 4xx Client Error status code.