Class: Aws::WorkDocs::Types::EntityAlreadyExistsException

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

Overview

The resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1551
1552
1553
1554
1555
# File 'lib/aws-sdk-workdocs/types.rb', line 1551

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