Class: Aws::ECS::Errors::ResourceInUseException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceInUseException.

Parameters:



238
239
240
# File 'lib/aws-sdk-ecs/errors.rb', line 238

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