Class: Aws::ECS::Types::DaemonNotActiveException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

The specified daemon isn’t active. You can’t update a daemon that’s inactive. If you have previously deleted a daemon, you can re-create it with [CreateDaemon].

[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateDaemon.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


4651
4652
4653
4654
4655
# File 'lib/aws-sdk-ecs/types.rb', line 4651

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