Class: Aws::CloudFront::Errors::TooManyResponseHeadersPolicies
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::TooManyResponseHeadersPolicies
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TooManyResponseHeadersPolicies 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TooManyResponseHeadersPolicies.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyResponseHeadersPolicies
Returns a new instance of TooManyResponseHeadersPolicies.
      2321 2322 2323  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 2321 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      2326 2327 2328  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 2326 def @message || @data[:message] end  |