| 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.XRay.Types.UnprocessedStatistics
Description
Synopsis
- data UnprocessedStatistics = UnprocessedStatistics' {}
- newUnprocessedStatistics :: UnprocessedStatistics
- unprocessedStatistics_errorCode :: Lens' UnprocessedStatistics (Maybe Text)
- unprocessedStatistics_message :: Lens' UnprocessedStatistics (Maybe Text)
- unprocessedStatistics_ruleName :: Lens' UnprocessedStatistics (Maybe Text)
Documentation
data UnprocessedStatistics Source #
Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.
See: newUnprocessedStatistics smart constructor.
Constructors
| UnprocessedStatistics' | |
Instances
newUnprocessedStatistics :: UnprocessedStatistics Source #
Create a value of UnprocessedStatistics 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:errorCode:UnprocessedStatistics', unprocessedStatistics_errorCode - The error code.
$sel:message:UnprocessedStatistics', unprocessedStatistics_message - The error message.
$sel:ruleName:UnprocessedStatistics', unprocessedStatistics_ruleName - The name of the sampling rule.
unprocessedStatistics_errorCode :: Lens' UnprocessedStatistics (Maybe Text) Source #
The error code.
unprocessedStatistics_message :: Lens' UnprocessedStatistics (Maybe Text) Source #
The error message.
unprocessedStatistics_ruleName :: Lens' UnprocessedStatistics (Maybe Text) Source #
The name of the sampling rule.