Update InvalidResourcePathException message
This commit is contained in:
parent
55a1c2fb59
commit
be8eab18e9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class InvalidResourcePathException(BadRequestException):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(InvalidResourcePathException, self).__init__(
|
super(InvalidResourcePathException, self).__init__(
|
||||||
"BadRequestException",
|
"BadRequestException",
|
||||||
"Resource's path part only allow a-zA-Z0-9._- and curly braces at the beginning and the end.",
|
"Resource's path part only allow a-zA-Z0-9._- and curly braces at the beginning and the end and an optional plus sign before the closing brace.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue