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

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

Overview

The GetOperationDetail response includes the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of a domain.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_dateTime

The date when the operation was last updated.

Returns:

  • (Time)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Detailed information on the status including possible errors.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#operation_idString

The identifier for the operation.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the requested operation in the system.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#status_flagString

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.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendOperationAuthorization.html

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_dateTime

The date when the request was submitted.

Returns:

  • (Time)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of operation that was requested.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
# File 'lib/aws-sdk-route53domains/types.rb', line 1832

class GetOperationDetailResponse < Struct.new(
  :operation_id,
  :status,
  :message,
  :domain_name,
  :type,
  :submitted_date,
  :last_updated_date,
  :status_flag)
  SENSITIVE = []
  include Aws::Structure
end