Class: Aws::Types::StartEngagementFromOpportunityTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def engagement_id
  @engagement_id
end

#engagement_invitation_id::String

Returns the value of attribute engagement_invitation_id.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def engagement_invitation_id
  @engagement_invitation_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def message
  @message
end

#opportunity_id::String

Returns the value of attribute opportunity_id.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

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")


1407
1408
1409
# File 'sig/types.rbs', line 1407

def reason_code
  @reason_code
end

#resource_snapshot_job_id::String

Returns the value of attribute resource_snapshot_job_id.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def resource_snapshot_job_id
  @resource_snapshot_job_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def start_time
  @start_time
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def task_arn
  @task_arn
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def task_id
  @task_id
end

#task_status"IN_PROGRESS", ...

Returns the value of attribute task_status.

Returns:

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


1405
1406
1407
# File 'sig/types.rbs', line 1405

def task_status
  @task_status
end