Class: Aws::WorkDocs::Types::InvalidCommentOperationException

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

Overview

The requested operation is not allowed on the specified comment object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2138
2139
2140
2141
2142
# File 'lib/aws-sdk-workdocs/types.rb', line 2138

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