Class: Aws::RedshiftDataAPIService::Types::BatchExecuteStatementException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::BatchExecuteStatementException
- Defined in:
- gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
An SQL statement encountered an environmental error while running.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#statement_id ⇒ String
Statement identifier of the exception.
Instance Attribute Details
#message ⇒ String
51 52 53 54 55 56 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 51 class BatchExecuteStatementException < Struct.new( :message, :statement_id) SENSITIVE = [] include Aws::Structure end |
#statement_id ⇒ String
Statement identifier of the exception.
51 52 53 54 55 56 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 51 class BatchExecuteStatementException < Struct.new( :message, :statement_id) SENSITIVE = [] include Aws::Structure end |