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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


51
52
53
54
55
56
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 51

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

#statement_idString

Statement identifier of the exception.

Returns:

  • (String)


51
52
53
54
55
56
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 51

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