Class: Aws::WorkDocs::Types::DocumentLockedForCommentsException

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

Overview

This exception is thrown when the document is locked for comments and user tries to create or delete a comment on that document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1399
1400
1401
1402
1403
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1399

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