Class: Aws::PartnerCentralSelling::Types::RejectEngagementInvitationRequest

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

#catalogString

This is the catalog that’s associated with the engagement invitation. Acceptable values are ‘AWS` or `Sandbox`, and these values determine the environment in which the opportunity is managed.

Returns:

  • (String)


4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4579

class RejectEngagementInvitationRequest < Struct.new(
  :catalog,
  :identifier,
  :rejection_reason)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

This is the unique identifier of the rejected ‘EngagementInvitation`. Providing the correct identifier helps to ensure that the intended invitation is rejected.

Returns:

  • (String)


4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4579

class RejectEngagementInvitationRequest < Struct.new(
  :catalog,
  :identifier,
  :rejection_reason)
  SENSITIVE = []
  include Aws::Structure
end

#rejection_reasonString

This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns. Acceptable values include the following:

  • *Customer problem unclear:* The customer’s problem isn’t understood.

  • *Next steps unclear:* The next steps required to proceed aren’t understood.

  • *Unable to support:* The partner is unable to provide support due to resource or capability constraints.

  • *Duplicate of partner referral:* The opportunity is a duplicate of an existing referral.

  • Other: Any reason not covered by other values.

Returns:

  • (String)


4579
4580
4581
4582
4583
4584
4585
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4579

class RejectEngagementInvitationRequest < Struct.new(
  :catalog,
  :identifier,
  :rejection_reason)
  SENSITIVE = []
  include Aws::Structure
end