Class: Aws::CloudFront::Errors::IllegalUpdate
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CloudFront::Errors::IllegalUpdate
 
 
- Defined in:
 - lib/aws-sdk-cloudfront/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ IllegalUpdate 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of IllegalUpdate.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IllegalUpdate
Returns a new instance of IllegalUpdate.
      627 628 629  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 627 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      632 633 634  | 
    
      # File 'lib/aws-sdk-cloudfront/errors.rb', line 632 def @message || @data[:message] end  |