Class: Aws::PartnerCentralAccount::Types::CancelProfileUpdateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::CancelProfileUpdateTaskResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the canceled profile update task.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#ended_at ⇒ Time
The timestamp when the profile update task was ended (canceled).
-
#error_detail_list ⇒ Array<Types::ErrorDetail>
A list of error details if any errors occurred during the profile update task.
-
#id ⇒ String
The unique identifier of the partner account.
-
#started_at ⇒ Time
The timestamp when the profile update task was started.
-
#status ⇒ String
The current status of the profile update task (canceled).
-
#task_details ⇒ Types::TaskDetails
The details of the profile update task that was canceled.
-
#task_id ⇒ String
The unique identifier of the canceled profile update task.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the canceled profile update task.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The timestamp when the profile update task was ended (canceled).
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#error_detail_list ⇒ Array<Types::ErrorDetail>
A list of error details if any errors occurred during the profile update task.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the profile update task was started.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the profile update task (canceled).
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#task_details ⇒ Types::TaskDetails
The details of the profile update task that was canceled.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the canceled profile update task.
485 486 487 488 489 490 491 492 493 494 495 496 497 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 485 class CancelProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |