Class: Aws::CodeStarconnections::Errors::UpdateOutOfSyncException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::CodeStarconnections::Errors::UpdateOutOfSyncException
 
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UpdateOutOfSyncException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateOutOfSyncException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UpdateOutOfSyncException
Returns a new instance of UpdateOutOfSyncException.
| 299 300 301 | # File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/errors.rb', line 299 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 304 305 306 | # File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/errors.rb', line 304 def @message || @data[:message] end |