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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 550

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