Class: Aws::Types::DefaultMessage
- Inherits:
-
Object
- Object
- Aws::Types::DefaultMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
696 697 698 |
# File 'sig/types.rbs', line 696 def body @body end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
697 698 699 |
# File 'sig/types.rbs', line 697 def substitutions @substitutions end |