Class: Aws::Types::ActiveDirectoryError
- Inherits:
-
Object
- Object
- Aws::Types::ActiveDirectoryError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "DOMAIN_NOT_FOUND", ...
Returns the value of attribute type.
Instance Attribute Details
#active_directory_id ⇒ ::String
Returns the value of attribute active_directory_id.
25 26 27 |
# File 'sig/types.rbs', line 25 def active_directory_id @active_directory_id end |
#message ⇒ ::String
Returns the value of attribute message.
27 28 29 |
# File 'sig/types.rbs', line 27 def end |
#type ⇒ "DOMAIN_NOT_FOUND", ...
Returns the value of attribute type.
26 27 28 |
# File 'sig/types.rbs', line 26 def type @type end |