Class: Aws::CloudDirectory::Types::ObjectAlreadyDetachedException

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

Overview

Indicates that the object is not attached to the index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4524
4525
4526
4527
4528
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4524

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