Class: Aws::CloudFront::Errors::TooManyRemoveHeadersInResponseHeadersPolicy
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::TooManyRemoveHeadersInResponseHeadersPolicy
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TooManyRemoveHeadersInResponseHeadersPolicy 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TooManyRemoveHeadersInResponseHeadersPolicy.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRemoveHeadersInResponseHeadersPolicy
Returns a new instance of TooManyRemoveHeadersInResponseHeadersPolicy.
      2306 2307 2308  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 2306 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      2311 2312 2313  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 2311 def @message || @data[:message] end  |