Class: Aws::WorkDocs::Types::ConflictingOperationException

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

Overview

Another operation is in progress on the resource that conflicts with the current operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


287
288
289
290
291
# File 'lib/aws-sdk-workdocs/types.rb', line 287

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