Class: Aws::Types::ResourceInUseException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceInUseException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def @message end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def resource_type @resource_type end |