Class: Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountResponse
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The RejectDomainTransferFromAnotherAwsAccount response includes the following element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The identifier that
TransferDomainToAnotherAwsAccountreturned to track the progress of the request.
Instance Attribute Details
#operation_id ⇒ String
The identifier that TransferDomainToAnotherAwsAccount returned to
track the progress of the request. Because the transfer request was
rejected, the value is no longer valid, and you can't use
GetOperationDetail to query the operation status.
2462 2463 2464 2465 2466 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2462 class RejectDomainTransferFromAnotherAwsAccountResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |