Class: Aws::ECS::Types::ServiceNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceNotActiveException
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html
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.
15372 15373 15374 15375 15376 |
# File 'lib/aws-sdk-ecs/types.rb', line 15372 class ServiceNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |