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.
-
#resource_type ⇒ "CONTACT", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
6796 6797 6798 |
# File 'sig/types.rbs', line 6796 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
6798 6799 6800 |
# File 'sig/types.rbs', line 6798 def resource_id @resource_id end |
#resource_type ⇒ "CONTACT", ...
Returns the value of attribute resource_type.
6797 6798 6799 |
# File 'sig/types.rbs', line 6797 def resource_type @resource_type end |