Class: Aws::Route53Domains::Types::CancelDomainTransferToAnotherAwsAccountResponse

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

Overview

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can't use GetOperationDetail to query the operation status.

Returns:

  • (String)


172
173
174
175
176
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 172

class CancelDomainTransferToAnotherAwsAccountResponse < Struct.new(
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end