HEX
Server: Apache/2.4.61 (Ubuntu)
System: Linux hosting106 7.0.12-1-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.12-1 (2026-06-09T21:07Z) x86_64
User: clinicadentalargarate.com (1193)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/doc/awscli/examples/servicecatalog/scan-provisioned-products.rst
**To list all available provisioned products**

The following ``scan-provisioned-products`` example lists available provisioned products. ::

    aws servicecatalog scan-provisioned-products

Output::

    {
        "ProvisionedProducts": [
            {
                "Status": "ERROR",
                "Arn": "arn:aws:servicecatalog:us-west-2:123456789012:stack/mytestppname3/pp-abcd27bm4mldq",
                "StatusMessage": "AmazonCloudFormationException  Parameters: [KeyName] must have values (Service: AmazonCloudFormation; Status Code: 400; Error Code: ValidationError; Request ID: 5528602a-a9ef-427c-825c-f82c31b814f5)",
                "Id": "pp-abcd27bm4mldq",
                "Type": "CFN_STACK",
                "IdempotencyToken": "527c5358-2a1a-4b9e-b1b9-7293b0ddff42",
                "CreatedTime": 1577222793.358,
                "Name": "mytestppname3",
                "LastRecordId": "rec-tfuawdabcdxge"
            }
        ]
    }