Class: Aws::Types::BatchDeviceErrorResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeviceErrorResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#field ⇒ ::String
Returns the value of attribute field.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def app_id @app_id end |
#field ⇒ ::String
Returns the value of attribute field.
66 67 68 |
# File 'sig/types.rbs', line 66 def field @field end |
#reason ⇒ ::String
Returns the value of attribute reason.
67 68 69 |
# File 'sig/types.rbs', line 67 def reason @reason end |