Class: Aws::Lambda::Errors::CodeStorageExceededException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Lambda::Errors::CodeStorageExceededException
 
 
- Defined in:
 - lib/aws-sdk-lambda/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ CodeStorageExceededException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of CodeStorageExceededException.
 - #message ⇒ String
 - #type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeStorageExceededException
Returns a new instance of CodeStorageExceededException.
      100 101 102  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 100 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      110 111 112  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 110 def @message || @data[:message] end  | 
  
#type ⇒ String
      105 106 107  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 105 def type @data[:type] end  |