Class: Aws::CloudWatchLogs::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudWatchLogs::Errors::ServiceUnavailableException
- Defined in:
- 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.
196 197 198 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 196 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |