Reject Portfolio Share
servicecatalog_reject_portfolio_share | R Documentation |
Rejects an offer to share the specified portfolio¶
Description¶
Rejects an offer to share the specified portfolio.
Usage¶
servicecatalog_reject_portfolio_share(AcceptLanguage, PortfolioId,
PortfolioShareType)
Arguments¶
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. |
PortfolioShareType |
The type of shared portfolios to reject. The default is to reject imported portfolios.
For example, |
Value¶
An empty list.
Request syntax¶
svc$reject_portfolio_share(
AcceptLanguage = "string",
PortfolioId = "string",
PortfolioShareType = "IMPORTED"|"AWS_SERVICECATALOG"|"AWS_ORGANIZATIONS"
)