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_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def resource_id @resource_id end |