Class: Aws::Types::UnauthorizedClientException
- Inherits:
-
Object
- Object
- Aws::Types::UnauthorizedClientException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
905 906 907 |
# File 'sig/types.rbs', line 905 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
906 907 908 |
# File 'sig/types.rbs', line 906 def end |