Class: Aws::Types::UnprocessedPreparedStatementName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def error_message
  @error_message
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def statement_name
  @statement_name
end