Class: Aws::PartnerCentralAccount::Types::CancelProfileUpdateTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the canceled profile update task.

Returns:

  • (String)


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

#catalogString

The catalog identifier for the partner account.

Returns:

  • (String)


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_atTime

The timestamp when the profile update task was ended (canceled).

Returns:

  • (Time)


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_listArray<Types::ErrorDetail>

A list of error details if any errors occurred during the profile update task.

Returns:



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

#idString

The unique identifier of the partner account.

Returns:

  • (String)


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_atTime

The timestamp when the profile update task was started.

Returns:

  • (Time)


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

#statusString

The current status of the profile update task (canceled).

Returns:

  • (String)


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_detailsTypes::TaskDetails

The details of the profile update task that was canceled.

Returns:



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_idString

The unique identifier of the canceled profile update task.

Returns:

  • (String)


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