Class: Aws::ECS::Types::DaemonNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonNotActiveException
- Defined in:
- gems/aws-sdk-ecs/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
#message ⇒ String
4621 4622 4623 4624 4625 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4621 class DaemonNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |