Class: Aws::WorkSpaces::Errors::OperatingSystemNotCompatibleException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::WorkSpaces::Errors::OperatingSystemNotCompatibleException
 
 
- Defined in:
 - lib/aws-sdk-workspaces/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ OperatingSystemNotCompatibleException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OperatingSystemNotCompatibleException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperatingSystemNotCompatibleException
Returns a new instance of OperatingSystemNotCompatibleException.
      169 170 171  | 
    
      # File 'lib/aws-sdk-workspaces/errors.rb', line 169 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |