Class: Aws::TimestreamQuery::Types::ErrorReportLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/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

Instance Attribute Details

#s3_report_locationTypes::S3ReportLocation

The S3 location where error reports are written.



345
346
347
348
349
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 345

class ErrorReportLocation < Struct.new(
  :s3_report_location)
  SENSITIVE = []
  include Aws::Structure
end