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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3836
3837
3838
3839
3840
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3836

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