AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The GetOperationDetail response includes the following elements.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53Domains.Model.GetOperationDetailResponse

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.Route53Domains.dll
Version: 3.x.y.z

Syntax

C#
public class GetOperationDetailResponse : AmazonWebServiceResponse

The GetOperationDetailResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DomainName System.String

Gets and sets the property DomainName.

The name of a domain.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedDate System.DateTime

Gets and sets the property LastUpdatedDate.

The date when the operation was last updated.

Public Property Message System.String

Gets and sets the property Message.

Detailed information on the status including possible errors.

Public Property OperationId System.String

Gets and sets the property OperationId.

The identifier for the operation.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.Route53Domains.OperationStatus

Gets and sets the property Status.

The current status of the requested operation in the system.

Public Property StatusFlag Amazon.Route53Domains.StatusFlag

Gets and sets the property StatusFlag.

Lists any outstanding operations that require customer action. Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.

  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.

  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.

  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.

  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.

Public Property SubmittedDate System.DateTime

Gets and sets the property SubmittedDate.

The date when the request was submitted.

Public Property Type Amazon.Route53Domains.OperationType

Gets and sets the property Type.

The type of operation that was requested.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5