Class: Aws::CloudDirectory::Types::DirectoryAlreadyExistsException

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

Overview

Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2599
2600
2601
2602
2603
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2599

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