Class: Aws::Types::BatchPutGeofenceError
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutGeofenceError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
-
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
Instance Attribute Details
#error ⇒ Types::BatchItemError
Returns the value of attribute error.
128 129 130 |
# File 'sig/types.rbs', line 128 def error @error end |
#geofence_id ⇒ ::String
Returns the value of attribute geofence_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def geofence_id @geofence_id end |