Class ServiceNotActiveException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ServiceNotActiveException.Builder,ServiceNotActiveException>

@Generated("software.amazon.awssdk:codegen") public final class ServiceNotActiveException extends EcsException implements ToCopyableBuilder<ServiceNotActiveException.Builder,ServiceNotActiveException>

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.

See Also: