Class: Aws::AppMesh::Types::ResourceInUseException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::ResourceInUseException
 
 
- 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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3836 3837 3838 3839 3840  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3836 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |