Class: Aws::ECS::Types::ServiceNotActiveException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


15372
15373
15374
15375
15376
# File 'lib/aws-sdk-ecs/types.rb', line 15372

class ServiceNotActiveException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end