Class: Aws::FSx::Types::ActiveDirectoryError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ActiveDirectoryError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
An Active Directory error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_directory_id ⇒ String
The directory ID of the directory that an error pertains to.
-
#message ⇒ String
A detailed error message.
-
#type ⇒ String
The type of Active Directory error.
Instance Attribute Details
#active_directory_id ⇒ String
The directory ID of the directory that an error pertains to.
64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-fsx/types.rb', line 64 class ActiveDirectoryError < Struct.new( :active_directory_id, :type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-fsx/types.rb', line 64 class ActiveDirectoryError < Struct.new( :active_directory_id, :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of Active Directory error.
64 65 66 67 68 69 70 |
# File 'lib/aws-sdk-fsx/types.rb', line 64 class ActiveDirectoryError < Struct.new( :active_directory_id, :type, :message) SENSITIVE = [] include Aws::Structure end |