Class: Aws::Route53Domains::Types::RejectDomainTransferFromAnotherAwsAccountResponse

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

Overview

The RejectDomainTransferFromAnotherAwsAccount 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 rejected, the value is no longer valid, and you can’t use ‘GetOperationDetail` to query the operation status.

Returns:

  • (String)


2471
2472
2473
2474
2475
# File 'lib/aws-sdk-route53domains/types.rb', line 2471

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