Class: Aws::Types::MissingParameterValueException
- Inherits:
-
Object
- Object
- Aws::Types::MissingParameterValueException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
438 439 440 |
# File 'sig/types.rbs', line 438 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
439 440 441 |
# File 'sig/types.rbs', line 439 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
437 438 439 |
# File 'sig/types.rbs', line 437 def type @type end |