Class: Aws::CloudDirectory::Types::StillContainsLinksException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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

#messageString

Returns:

  • (String)


4942
4943
4944
4945
4946
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4942

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