Class: Aws::SSM::Errors::AutomationDefinitionVersionNotFoundException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SSM::Errors::AutomationDefinitionVersionNotFoundException
 
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ AutomationDefinitionVersionNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AutomationDefinitionVersionNotFoundException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AutomationDefinitionVersionNotFoundException
Returns a new instance of AutomationDefinitionVersionNotFoundException.
| 315 316 317 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 315 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 320 321 322 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 320 def @message || @data[:message] end |