0020-00000044
Updated at:
Problem description
The Id node in the PutBucketInventory request is invalid.
Causes
The Id node value does not meet one or more of the required constraints, which causes the request to fail.
Examples
The following inputs trigger this error:
The
Idvalue is empty.The
Idvalue exceeds 192 characters in length.The
Idvalue is not UTF-8 encoded.
Solutions
Make sure the Id value meets all of the following requirements, then resubmit the request:
Not empty
No longer than 192 characters
UTF-8 encoded
References
Is this page helpful?