Class: Aws::Types::NotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::NotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invalid_parameter ⇒ ::String
Returns the value of attribute invalid_parameter.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#invalid_parameter ⇒ ::String
Returns the value of attribute invalid_parameter.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def invalid_parameter @invalid_parameter end |
#message ⇒ ::String
Returns the value of attribute message.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def @message end |