Class: Aws::TimestreamQuery::Types::ErrorReportConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ErrorReportConfiguration
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
Overview
Configuration required for error reporting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::S3Configuration
The S3 configuration for the error reports.
Instance Attribute Details
#s3_configuration ⇒ Types::S3Configuration
The S3 configuration for the error reports.
358 359 360 361 362 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 358 class ErrorReportConfiguration < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |