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.
15331 15332 15333 15334 15335 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 15331 class ServiceNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |