Class: Aws::ECS::Types::NamespaceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::NamespaceNotFoundException
- 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
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
11669 11670 11671 11672 11673 |
# File 'lib/aws-sdk-ecs/types.rb', line 11669 class NamespaceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |