Class: Aws::Types::NotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::NotFoundException
- 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.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def code @code end |
#docs ⇒ ::String
Returns the value of attribute docs.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def docs @docs end |
#message ⇒ ::String
Returns the value of attribute message.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def @message end |
#tip ⇒ ::String
Returns the value of attribute tip.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def tip @tip end |