Class: Aws::CodeDeploy::Errors::TriggerTargetsLimitExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TriggerTargetsLimitExceededException.

Parameters:



1265
1266
1267
# File 'lib/aws-sdk-codedeploy/errors.rb', line 1265

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