Class: Aws::ServiceDiscovery::Types::ResourceInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ResourceInUse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
The specified resource can’t be deleted because it contains other resources. For example, you can’t delete a service that contains any instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 2678 class ResourceInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |