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.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#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.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def type @type end |