Class: Aws::Connect::Types::ResourceInUseException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ResourceInUseException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
That resource is already in use. Please try another.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource.
 
Instance Attribute Details
#message ⇒ String
      18978 18979 18980 18981 18982 18983 18984  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18978 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The identifier for the resource.
      18978 18979 18980 18981 18982 18983 18984  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18978 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource.
      18978 18979 18980 18981 18982 18983 18984  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18978 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end  |