Class: Aws::Types::UnsupportedMediaTypeException
- Inherits:
-
Object
- Object
- Aws::Types::UnsupportedMediaTypeException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def type @type end |