Class: Aws::TimestreamQuery::Types::ErrorReportConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ErrorReportConfiguration
- Includes:
- Structure
- Defined in:
- 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.
396 397 398 399 400 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 396 class ErrorReportConfiguration < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |