skip to Main Content

Amazon web services – Why do I get this error using AWS Marketplace GetEntitlements?

I am trying to interface my php code with AWS Marketplace. There seems to be no example in PHP, anywhere. $client = new MarketplaceMeteringMarketplaceMeteringClient($config); $request = array(); $request['ProductCode']=ProductCode; $request['Filter']['CUSTOMER_IDENTIFIER']=$result['CustomerIdentifier']; $entitlement = $client->GetEntitlements( $request); I am getting the following error and…

VIEW QUESTION
Back To Top
Search