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 |
Synopsis
- data LastReportGenerationExecutionError = LastReportGenerationExecutionError' {}
- newLastReportGenerationExecutionError :: LastReportGenerationExecutionError
- lastReportGenerationExecutionError_errorCode :: Lens' LastReportGenerationExecutionError (Maybe UsageReportExecutionErrorCode)
- lastReportGenerationExecutionError_errorMessage :: Lens' LastReportGenerationExecutionError (Maybe Text)
Documentation
data LastReportGenerationExecutionError Source #
Describes the error that is returned when a usage report can't be generated.
See: newLastReportGenerationExecutionError
smart constructor.
LastReportGenerationExecutionError' | |
|
Instances
newLastReportGenerationExecutionError :: LastReportGenerationExecutionError Source #
Create a value of LastReportGenerationExecutionError
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:LastReportGenerationExecutionError'
, lastReportGenerationExecutionError_errorCode
- The error code for the error that is returned when a usage report can't
be generated.
$sel:errorMessage:LastReportGenerationExecutionError'
, lastReportGenerationExecutionError_errorMessage
- The error message for the error that is returned when a usage report
can't be generated.
lastReportGenerationExecutionError_errorCode :: Lens' LastReportGenerationExecutionError (Maybe UsageReportExecutionErrorCode) Source #
The error code for the error that is returned when a usage report can't be generated.
lastReportGenerationExecutionError_errorMessage :: Lens' LastReportGenerationExecutionError (Maybe Text) Source #
The error message for the error that is returned when a usage report can't be generated.