Class: Aws::CloudFront::Errors::TooManyFunctions
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::TooManyFunctions
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TooManyFunctions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TooManyFunctions.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyFunctions
Returns a new instance of TooManyFunctions.
      2021 2022 2023  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 2021 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      2026 2027 2028  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 2026 def @message || @data[:message] end  |