Class: Aws::AppMesh::Errors::ServiceUnavailableException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::AppMesh::Errors::ServiceUnavailableException
 
 
- Defined in:
 - lib/aws-sdk-appmesh/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ServiceUnavailableException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ServiceUnavailableException.
 - #message ⇒ String
 - #retryable? ⇒ Boolean
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
Returns a new instance of ServiceUnavailableException.
      161 162 163  | 
    
      # File 'lib/aws-sdk-appmesh/errors.rb', line 161 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      166 167 168  | 
    
      # File 'lib/aws-sdk-appmesh/errors.rb', line 166 def @message || @data[:message] end  | 
  
#retryable? ⇒ Boolean
      170 171 172  | 
    
      # File 'lib/aws-sdk-appmesh/errors.rb', line 170 def retryable? true end  |