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