Class: Aws::ECS::Types::DaemonNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonNotActiveException
- 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
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-ecs/types.rb', line 4651 class DaemonNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |