Class: Aws::ECS::Types::ServiceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The specified service wasn’t found. You can view your available services with [ListServices]. Amazon ECS services are cluster specific and Region specific.
[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.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.
15392 15393 15394 15395 15396 |
# File 'lib/aws-sdk-ecs/types.rb', line 15392 class ServiceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |