Class: Aws::Types::WorkspacesPoolError
- Inherits:
-
Object
- Object
- Aws::Types::WorkspacesPoolError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "IAM_SERVICE_ROLE_IS_MISSING", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_code ⇒ "IAM_SERVICE_ROLE_IS_MISSING", ...
Returns the value of attribute error_code.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def end |