paws.management (version 0.5.0)

servicecatalog_reject_portfolio_share: Rejects an offer to share the specified portfolio

Description

Rejects an offer to share the specified portfolio.

See https://www.paws-r-sdk.com/docs/servicecatalog_reject_portfolio_share/ for full documentation.

Usage

servicecatalog_reject_portfolio_share(
  AcceptLanguage = NULL,
  PortfolioId,
  PortfolioShareType = NULL
)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The portfolio identifier.

PortfolioShareType

The type of shared portfolios to reject. The default is to reject imported portfolios.

  • AWS_ORGANIZATIONS - Reject portfolios shared by the management account of your organization.

  • IMPORTED - Reject imported portfolios.

  • AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)

For example, aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS