Class: Aws::Route53Domains::Types::GetOperationDetailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetOperationDetailResponse
- 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
-
#domain_name ⇒ String
The name of a domain.
-
#last_updated_date ⇒ Time
The date when the operation was last updated.
-
#message ⇒ String
Detailed information on the status including possible errors.
-
#operation_id ⇒ String
The identifier for the operation.
-
#status ⇒ String
The current status of the requested operation in the system.
-
#status_flag ⇒ String
Lists any outstanding operations that require customer action.
-
#submitted_date ⇒ Time
The date when the request was submitted.
-
#type ⇒ String
The type of operation that was requested.
Instance Attribute Details
#domain_name ⇒ String
The name of a domain.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 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_date ⇒ Time
The date when the operation was last updated.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Detailed information on the status including possible errors.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
The identifier for the operation.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the requested operation in the system.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |
#status_flag ⇒ String
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
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |
#submitted_date ⇒ Time
The date when the request was submitted.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of operation that was requested.
1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1822 class GetOperationDetailResponse < Struct.new( :operation_id, :status, :message, :domain_name, :type, :submitted_date, :last_updated_date, :status_flag) SENSITIVE = [] include Aws::Structure end |