Class: Aws::ECS::Types::ServiceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


15291
15292
15293
15294
15295
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 15291

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