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