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
1250 1251 1252 1253 1254 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1250 class QueryTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |