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