Class: Aws::ECS::Types::ServiceDeploymentNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServiceDeploymentNotFoundException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The service deploy ARN that you specified in the
StopServiceDeployment doesn't exist. You can use
ListServiceDeployments to retrieve the service deployment ARNs.
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.
15006 15007 15008 15009 15010 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 15006 class ServiceDeploymentNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |