Class: Aws::PartnerCentralSelling::Types::StartEngagementFromOpportunityTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the task fails, this field contains a detailed message describing the failure and possible recovery steps.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#opportunity_idString

Returns the original opportunity identifier passed in the request, which is the unique identifier for the opportunity created in the partner’s system.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#reason_codeString

Indicates the reason for task failure using an enumerated code.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp indicating when the task was initiated. The format follows RFC 3339 section 5.6.

Returns:

  • (Time)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the task, used for tracking and managing the task within AWS.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier of the task, used to track the task’s progress. This value follows a specific pattern: ‘^oit-13$`.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end

#task_statusString

Indicates the current status of the task. Valid values include ‘IN_PROGRESS`, `COMPLETE`, and `FAILED`.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3149

class StartEngagementFromOpportunityTaskResponse < Struct.new(
  :message,
  :opportunity_id,
  :reason_code,
  :start_time,
  :task_arn,
  :task_id,
  :task_status)
  SENSITIVE = []
  include Aws::Structure
end