Class: Aws::ECS::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The specified resource is in-use and can't be removed.
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.
13291 13292 13293 13294 13295 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13291 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |