| 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.TimeStreamQuery.Types.ErrorReportLocation
Description
Documentation
data ErrorReportLocation Source #
This contains the location of the error report for a single scheduled query call.
See: newErrorReportLocation smart constructor.
Constructors
| ErrorReportLocation' | |
Fields
| |
Instances
newErrorReportLocation :: ErrorReportLocation Source #
Create a value of ErrorReportLocation 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:s3ReportLocation:ErrorReportLocation', errorReportLocation_s3ReportLocation - The S3 location where error reports are written.
errorReportLocation_s3ReportLocation :: Lens' ErrorReportLocation (Maybe S3ReportLocation) Source #
The S3 location where error reports are written.