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