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