Class: Aws::DirectoryService::Types::AccessDeniedException

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

Overview

Client authentication is not available in this region at this time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


51
52
53
54
55
56
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 51

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


51
52
53
54
55
56
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 51

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