Class: Aws::AppMesh::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

You can’t delete the specified resource because it’s in use or required by another resource.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


555
556
557
558
# File 'lib/aws-sdk-appmesh/types.rb', line 555

class ResourceInUseException < Struct.new(
  :message)
  include Aws::Structure
end