Class: Aws::CloudDirectory::Types::StillContainsLinksException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::StillContainsLinksException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The object could not be deleted because links still exist. Remove the links and then try the operation again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4942 4943 4944 4945 4946 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4942 class StillContainsLinksException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |