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