Class: Aws::DirectoryService::Types::InvalidPasswordException

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

Overview

The new password provided by the user does not meet the password complexity requirements defined in your directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


2912
2913
2914
2915
2916
2917
# File 'lib/aws-sdk-directoryservice/types.rb', line 2912

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


2912
2913
2914
2915
2916
2917
# File 'lib/aws-sdk-directoryservice/types.rb', line 2912

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