Class: Aws::TimestreamQuery::Types::ErrorReportLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ErrorReportLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
This contains the location of the error report for a single scheduled query call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_report_location ⇒ Types::S3ReportLocation
The S3 location where error reports are written.
Instance Attribute Details
#s3_report_location ⇒ Types::S3ReportLocation
The S3 location where error reports are written.
411 412 413 414 415 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 411 class ErrorReportLocation < Struct.new( :s3_report_location) SENSITIVE = [] include Aws::Structure end |