Class: Aws::Types::UnauthenticatedException
- Inherits:
-
Object
- Object
- Aws::Types::UnauthenticatedException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#docs ⇒ ::String
Returns the value of attribute docs.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#tip ⇒ ::String
Returns the value of attribute tip.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def code @code end |
#docs ⇒ ::String
Returns the value of attribute docs.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def docs @docs end |
#message ⇒ ::String
Returns the value of attribute message.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def @message end |
#tip ⇒ ::String
Returns the value of attribute tip.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def tip @tip end |