Class: Aws::PartnerCentralSelling::Types::RejectEngagementInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::RejectEngagementInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
This is the catalog that’s associated with the engagement invitation.
-
#identifier ⇒ String
This is the unique identifier of the rejected ‘EngagementInvitation`.
-
#rejection_reason ⇒ String
This describes the reason for rejecting the engagement invitation, which helps AWS track usage patterns.
Instance Attribute Details
#catalog ⇒ String
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.
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 |
#identifier ⇒ String
This is the unique identifier of the rejected ‘EngagementInvitation`. Providing the correct identifier helps to ensure that the intended invitation is rejected.
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_reason ⇒ String
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.
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 |