Class: Aws::ECS::Types::ServiceDeploymentNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

The service deploy ARN that you specified in the ‘ContinueServiceDeployment` doesn’t exist. You can use ‘ListServiceDeployments` to retrieve the service deployment ARNs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


15388
15389
15390
15391
15392
# File 'lib/aws-sdk-ecs/types.rb', line 15388

class ServiceDeploymentNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end