Class: Aws::CloudTrail::Errors::ChannelAlreadyExistsException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudtrail/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ChannelAlreadyExistsException

Returns a new instance of ChannelAlreadyExistsException.

Parameters:



195
196
197
# File 'lib/aws-sdk-cloudtrail/errors.rb', line 195

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end