Class: Aws::DirectoryService::Types::EntityAlreadyExistsException

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

Overview

The specified entity already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


2648
2649
2650
2651
2652
2653
# File 'lib/aws-sdk-directoryservice/types.rb', line 2648

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


2648
2649
2650
2651
2652
2653
# File 'lib/aws-sdk-directoryservice/types.rb', line 2648

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