Class: Aws::Types::BatchGetDevicePositionError
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDevicePositionError
- 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.
103 104 105 |
# File 'sig/types.rbs', line 103 def device_id @device_id end |
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
104 105 106 |
# File 'sig/types.rbs', line 104 def error @error end |