Class: Aws::ECS::Types::ServiceNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceNotActiveException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The specified service isn't active. You can't update a service that's inactive. If you have previously deleted a service, you can re-create it with CreateService.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
15271 15272 15273 15274 15275 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 15271 class ServiceNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |