Class: Aws::Types::UnprocessedQueryExecutionId

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.



1277
1278
1279
# File 'sig/types.rbs', line 1277

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def error_message
  @error_message
end

#query_execution_id::String

Returns the value of attribute query_execution_id.



1276
1277
1278
# File 'sig/types.rbs', line 1276

def query_execution_id
  @query_execution_id
end