Class: Aws::RedshiftDataAPIService::Types::ExecuteStatementException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb

Overview

The SQL statement encountered an environmental error while running.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


550
551
552
553
554
555
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 550

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

#statement_idString

Statement identifier of the exception.

Returns:

  • (String)


550
551
552
553
554
555
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 550

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