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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11497
11498
11499
11500
11501
# File 'lib/aws-sdk-ecs/types.rb', line 11497

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