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

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

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


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