Class: Aws::Types::UnprocessedPreparedStatementName
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedPreparedStatementName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
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.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def @error_message end |
#statement_name ⇒ ::String
Returns the value of attribute statement_name.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def statement_name @statement_name end |