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.
7020 7021 7022 |
# File 'sig/types.rbs', line 7020 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
7022 7023 7024 |
# File 'sig/types.rbs', line 7022 def resource_id @resource_id end |
#resource_type ⇒ "CONTACT", ...
Returns the value of attribute resource_type.
7021 7022 7023 |
# File 'sig/types.rbs', line 7021 def resource_type @resource_type end |