Class: Aws::AppStream::Errors::ConcurrentModificationException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::AppStream::Errors::ConcurrentModificationException
 
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ConcurrentModificationException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ConcurrentModificationException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException
Returns a new instance of ConcurrentModificationException.
| 56 57 58 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 56 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 61 62 63 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 61 def @message || @data[:message] end |