Class: Aws::ECS::Types::NamespaceNotFoundException

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

Overview

The specified namespace wasn't found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


11459
11460
11461
11462
11463
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11459

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