Class: Aws::RedshiftDataAPIService::Types::BatchExecuteStatementException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


37
38
39
40
41
42
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 37

class BatchExecuteStatementException < Struct.new(
  :message,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_idString

Statement identifier of the exception.

Returns:

  • (String)


37
38
39
40
41
42
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 37

class BatchExecuteStatementException < Struct.new(
  :message,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end