Class: Aws::RDSDataService::Types::StatementTimeoutException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rdsdataservice/types.rb

Overview

The execution of the SQL statement timed out.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_connection_idInteger

The database connection ID that executed the SQL statement.

Returns:

  • (Integer)


931
932
933
934
935
936
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 931

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

#messageString

The error message returned by this ‘StatementTimeoutException` error.

Returns:

  • (String)


931
932
933
934
935
936
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 931

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