Class: Aws::ECS::Types::DaemonNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonNotFoundException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The specified daemon wasn't found. You can view your available daemons with ListDaemons. Amazon ECS daemons are cluster specific and Region specific.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4640 4641 4642 4643 4644 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4640 class DaemonNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |