1 Answer
- Newest
- Most votes
- Most comments
1
Hello Guru,
I've reviewed the requirements for the agentVersion
parameter. It appears that it must be a fixed length of 5 characters and match the pattern ^DRAFT$
. This means the only acceptable value for agentVersion
is "DRAFT". Using any other value, such as "v1", will not meet the validation requirements and will result in a Validation Exception.
💡 Please ensure that you are passing the correct value "DRAFT" for the
agentVersion
parameter, as this is the only value allowed based on the constraints provided.
Key Source:
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
Thanks very much Osvaldo. I'll try that out. Appreciate your response!!