Class: Aws::SSM::Errors::AutomationStepNotFoundException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SSM::Errors::AutomationStepNotFoundException
 
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ AutomationStepNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AutomationStepNotFoundException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AutomationStepNotFoundException
Returns a new instance of AutomationStepNotFoundException.
| 360 361 362 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 360 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 365 366 367 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 365 def @message || @data[:message] end |