Class: Aws::Types::BatchItemError
- Inherits:
-
Object
- Object
- Aws::Types::BatchItemError
- 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.
-
#index ⇒ ::Integer
Returns the value of attribute index.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
131 132 133 |
# File 'sig/types.rbs', line 131 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
132 133 134 |
# File 'sig/types.rbs', line 132 def @error_message end |
#index ⇒ ::Integer
Returns the value of attribute index.
130 131 132 |
# File 'sig/types.rbs', line 130 def index @index end |