You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::GetOperationDetailResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The GetOperationDetail response includes the following elements.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of a domain.

Returns:

  • (String)

    The name of a domain.

#messageString

Detailed information on the status including possible errors.

Returns:

  • (String)

    Detailed information on the status including possible errors.

#operation_idString

The identifier for the operation.

Returns:

  • (String)

    The identifier for the operation.

#statusString

The current status of the requested operation in the system.

Possible values:

  • SUBMITTED
  • IN_PROGRESS
  • ERROR
  • SUCCESSFUL
  • FAILED

Returns:

  • (String)

    The current status of the requested operation in the system.

#submitted_dateTime

The date when the request was submitted.

Returns:

  • (Time)

    The date when the request was submitted.

#typeString

The type of operation that was requested.

Possible values:

  • REGISTER_DOMAIN
  • DELETE_DOMAIN
  • TRANSFER_IN_DOMAIN
  • UPDATE_DOMAIN_CONTACT
  • UPDATE_NAMESERVER
  • CHANGE_PRIVACY_PROTECTION
  • DOMAIN_LOCK
  • ENABLE_AUTORENEW
  • DISABLE_AUTORENEW
  • ADD_DNSSEC
  • REMOVE_DNSSEC
  • EXPIRE_DOMAIN
  • TRANSFER_OUT_DOMAIN
  • CHANGE_DOMAIN_OWNER
  • RENEW_DOMAIN
  • PUSH_DOMAIN
  • INTERNAL_TRANSFER_OUT_DOMAIN
  • INTERNAL_TRANSFER_IN_DOMAIN

Returns:

  • (String)

    The type of operation that was requested.