You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::JoinDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::JoinDomainOutput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#active_directory_status ⇒ String
Indicates the status of the gateway as a member of the Active Directory domain.
-
#gateway_arn ⇒ String
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
Instance Attribute Details
#active_directory_status ⇒ String
Indicates the status of the gateway as a member of the Active Directory domain.
ACCESS_DENIED: Indicates that theJoinDomainoperation failed due to an authentication error.DETACHED: Indicates that gateway is not joined to a domain.JOINED: Indicates that the gateway has successfully joined a domain.JOINING: Indicates that aJoinDomainoperation is in progress.NETWORK_ERROR: Indicates thatJoinDomainoperation failed due to a network or connectivity error.TIMEOUT: Indicates that theJoinDomainoperation failed because the operation didn\'t complete within the allotted time.UNKNOWN_ERROR: Indicates that theJoinDomainoperation failed due to another type of error.Possible values:
- ACCESS_DENIED
- DETACHED
- JOINED
- JOINING
- NETWORK_ERROR
- TIMEOUT
- UNKNOWN_ERROR
#gateway_arn ⇒ String
The unique Amazon Resource Name (ARN) of the gateway that joined the domain.