Class: Aws::Types::BatchUnameErrorResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchUnameErrorResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#uname ⇒ ::String
Returns the value of attribute uname.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
136 137 138 |
# File 'sig/types.rbs', line 136 def field @field end |
#reason ⇒ ::String
Returns the value of attribute reason.
137 138 139 |
# File 'sig/types.rbs', line 137 def reason @reason end |
#uname ⇒ ::String
Returns the value of attribute uname.
138 139 140 |
# File 'sig/types.rbs', line 138 def uname @uname end |