Class: Aws::RedshiftDataAPIService::Types::QueryTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::QueryTimeoutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
The Amazon Redshift Data API operation failed due to timeout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1355 1356 1357 1358 1359 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class QueryTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |