Class: Aws::SSM::Errors::UnsupportedInventorySchemaVersionException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SSM::Errors::UnsupportedInventorySchemaVersionException
 
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UnsupportedInventorySchemaVersionException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UnsupportedInventorySchemaVersionException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedInventorySchemaVersionException
Returns a new instance of UnsupportedInventorySchemaVersionException.
| 2122 2123 2124 | # File 'lib/aws-sdk-ssm/errors.rb', line 2122 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 2127 2128 2129 | # File 'lib/aws-sdk-ssm/errors.rb', line 2127 def @message || @data[:message] end |