Class: Aws::Lambda::Types::ResourceConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::ResourceConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The resource already exists, or another operation is in progress.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception message.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception type.
 
Instance Attribute Details
#message ⇒ String
The exception message.
      5677 5678 5679 5680 5681 5682  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5677 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The exception type.
      5677 5678 5679 5680 5681 5682  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 5677 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |