Class: Aws::Types::BatchDescribeUserLimitsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeUserLimitsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def @message end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def namespace @namespace end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def user_arn @user_arn end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def user_name @user_name end |