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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:



4804
4805
4806
4807
4808
# File 'lib/aws-sdk-ecs/types.rb', line 4804

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