Class: Aws::Types::StartOpportunityFromEngagementTaskResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_id::String

Returns the value of attribute context_id.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def context_id
  @context_id
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def engagement_id
  @engagement_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def message
  @message
end

#opportunity_id::String

Returns the value of attribute opportunity_id.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def opportunity_id
  @opportunity_id
end

#reason_code"InvitationAccessDenied", ...

Returns the value of attribute reason_code.

Returns:

  • ("InvitationAccessDenied", "InvitationValidationFailed", "EngagementAccessDenied", "OpportunityAccessDenied", "ResourceSnapshotJobAccessDenied", "ResourceSnapshotJobValidationFailed", "ResourceSnapshotJobConflict", "EngagementValidationFailed", "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", "ServiceQuotaExceeded", "RequestThrottled", "ContextNotFound", "CustomerProjectContextNotPermitted", "DisqualifiedLeadNotPermitted")


1430
1431
1432
# File 'sig/types.rbs', line 1430

def reason_code
  @reason_code
end

#resource_snapshot_job_id::String

Returns the value of attribute resource_snapshot_job_id.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def resource_snapshot_job_id
  @resource_snapshot_job_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def start_time
  @start_time
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def task_arn
  @task_arn
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def task_id
  @task_id
end

#task_status"IN_PROGRESS", ...

Returns the value of attribute task_status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "FAILED")


1428
1429
1430
# File 'sig/types.rbs', line 1428

def task_status
  @task_status
end