Class: Aws::Types::StartEngagementByAcceptingInvitationTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engagement_invitation_id::String

Returns the value of attribute engagement_invitation_id.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def engagement_invitation_id
  @engagement_invitation_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def message
  @message
end

#opportunity_id::String

Returns the value of attribute opportunity_id.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

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


1385
1386
1387
# File 'sig/types.rbs', line 1385

def reason_code
  @reason_code
end

#resource_snapshot_job_id::String

Returns the value of attribute resource_snapshot_job_id.

Returns:

  • (::String)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def resource_snapshot_job_id
  @resource_snapshot_job_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def start_time
  @start_time
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def task_arn
  @task_arn
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def task_id
  @task_id
end

#task_status"IN_PROGRESS", ...

Returns the value of attribute task_status.

Returns:

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


1383
1384
1385
# File 'sig/types.rbs', line 1383

def task_status
  @task_status
end