Class: Aws::DirectoryService::Types::ServiceException

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

Overview

An exception has occurred in Directory Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
# File 'lib/aws-sdk-directoryservice/types.rb', line 3801

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


3801
3802
3803
3804
3805
3806
# File 'lib/aws-sdk-directoryservice/types.rb', line 3801

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