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

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


15734
15735
15736
15737
15738
# File 'lib/aws-sdk-ecs/types.rb', line 15734

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