Class: Aws::Types::BatchError
- Inherits:
-
Object
- Object
- Aws::Types::BatchError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessor_id ⇒ ::String
Returns the value of attribute accessor_id.
-
#error ⇒ ::Integer
Returns the value of attribute error.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#accessor_id ⇒ ::String
Returns the value of attribute accessor_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def accessor_id @accessor_id end |
#error ⇒ ::Integer
Returns the value of attribute error.
45 46 47 |
# File 'sig/types.rbs', line 45 def error @error end |
#message ⇒ ::String
Returns the value of attribute message.
46 47 48 |
# File 'sig/types.rbs', line 46 def @message end |