Class: Aws::CloudDirectory::Types::ObjectNotDetachedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Indicates that the requested operation cannot be completed because the object has not been detached from the tree.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4614
4615
4616
4617
4618
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4614

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