Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
servicecatalog_describe_portfolio_share_status(PortfolioShareToken)
A list with the following syntax:
list(
PortfolioShareToken = "string",
PortfolioId = "string",
OrganizationNodeValue = "string",
Status = "NOT_STARTED"|"IN_PROGRESS"|"COMPLETED"|"COMPLETED_WITH_ERRORS"|"ERROR",
ShareDetails = list(
SuccessfulShares = list(
"string"
),
ShareErrors = list(
list(
Accounts = list(
"string"
),
Message = "string",
Error = "string"
)
)
)
)
[required] The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.
svc$describe_portfolio_share_status(
PortfolioShareToken = "string"
)