Class: Aws::DirectoryService::Types::AuthenticationFailedException

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

Overview

An authentication error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The textual message for the exception.

Returns:

  • (String)


229
230
231
232
233
234
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 229

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

#request_idString

The identifier of the request that caused the exception.

Returns:

  • (String)


229
230
231
232
233
234
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 229

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