Class: Aws::Types::BatchDeleteDevicePositionHistoryError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteDevicePositionHistoryError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
51 52 53 |
# File 'sig/types.rbs', line 51 def device_id @device_id end |
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
52 53 54 |
# File 'sig/types.rbs', line 52 def error @error end |