Class: Aws::Types::UserError
- Inherits:
-
Object
- Object
- Aws::Types::UserError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "BadRequest", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#error_code ⇒ "BadRequest", ...
Returns the value of attribute error_code.
963 964 965 |
# File 'sig/types.rbs', line 963 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
964 965 966 |
# File 'sig/types.rbs', line 964 def end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
962 963 964 |
# File 'sig/types.rbs', line 962 def user_id @user_id end |