Class: Aws::Types::PutRecordBatchResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordBatchResponseEntry
- 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.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
798 799 800 |
# File 'sig/types.rbs', line 798 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
799 800 801 |
# File 'sig/types.rbs', line 799 def end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
797 798 799 |
# File 'sig/types.rbs', line 797 def record_id @record_id end |