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