Class: Aws::Lambda::Errors::ProvisionedConcurrencyConfigNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Lambda::Errors::ProvisionedConcurrencyConfigNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-lambda/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ProvisionedConcurrencyConfigNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ProvisionedConcurrencyConfigNotFoundException.
 - #message ⇒ String
 - #type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ProvisionedConcurrencyConfigNotFoundException
Returns a new instance of ProvisionedConcurrencyConfigNotFoundException.
      565 566 567  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 565 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      575 576 577  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 575 def @message || @data[:message] end  | 
  
#type ⇒ String
      570 571 572  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 570 def type @data[:type] end  |