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