Class: Aws::ECS::Types::DaemonNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonNotFoundException
- Includes:
- Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListDaemons.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.
4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-ecs/types.rb', line 4671 class DaemonNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |