Stack Name validation error detected, while updating provisioned instances using boto3

0

I have an implementation that uses service catalog, boto3 client to update the provisioned instances. But everytime I do it I keep on getting the following error 1 validation error detected: Value 'stack/SC-603938253459-pp-rqa7btasmj45s/d18d1ce0-8ef2-11ee-9438-02b701d6e6ef' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]|arn:[-a-zA-Z0-9:/._+]

When you run the regex validation using python or java for the same, the regex matches. I'm not sure if this is a bug in the system or am I missing something in code. The sample code is

client.update_provisioned_product( ProvisionedProductId=product['Id'], ProductId=product['ProductId'], ProvisioningArtifactName=product['ProvisioningArtifactName'] )

AWS
질문됨 5달 전91회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠