Class: Aws::Types::BatchUserErrorResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchUserErrorResponseItem
- 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.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
149 150 151 |
# File 'sig/types.rbs', line 149 def field @field end |
#reason ⇒ ::String
Returns the value of attribute reason.
150 151 152 |
# File 'sig/types.rbs', line 150 def reason @reason end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
151 152 153 |
# File 'sig/types.rbs', line 151 def user_id @user_id end |