Class: Aws::CloudFormation::Errors::StackInstanceNotFoundException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::CloudFormation::Errors::StackInstanceNotFoundException
 
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ StackInstanceNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of StackInstanceNotFoundException. 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StackInstanceNotFoundException
Returns a new instance of StackInstanceNotFoundException.
| 306 307 308 | # File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/errors.rb', line 306 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |