Class: Aws::ECS::Errors::NamespaceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ecs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NamespaceNotFoundException

Returns a new instance of NamespaceNotFoundException.

Parameters:



198
199
200
# File 'lib/aws-sdk-ecs/errors.rb', line 198

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end