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