Class: Aws::FSx::Types::ActiveDirectoryError

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

Overview

An Active Directory error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_idString

The directory ID of the directory that an error pertains to.

Returns:

  • (String)


64
65
66
67
68
69
70
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 64

class ActiveDirectoryError < Struct.new(
  :active_directory_id,
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A detailed error message.

Returns:

  • (String)


64
65
66
67
68
69
70
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 64

class ActiveDirectoryError < Struct.new(
  :active_directory_id,
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of Active Directory error.

Returns:

  • (String)


64
65
66
67
68
69
70
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 64

class ActiveDirectoryError < Struct.new(
  :active_directory_id,
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end