Class: Aws::ServiceDiscovery::Types::ResourceInUse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicediscovery/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

#messageString

Returns:

  • (String)


2679
2680
2681
2682
2683
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 2679

class ResourceInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end