Class: Aws::ECS::Errors::ServiceNotActiveException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceNotActiveException.

Parameters:



273
274
275
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 273

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