Class: Aws::CloudWatchLogs::Errors::ServiceUnavailableException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchlogs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException

Returns a new instance of ServiceUnavailableException.

Parameters:



196
197
198
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 196

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end