Class: Aws::Types::ExecuteStatementException
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteStatementException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
153 154 155 |
# File 'sig/types.rbs', line 153 def @message end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
154 155 156 |
# File 'sig/types.rbs', line 154 def statement_id @statement_id end |