Update InvalidResourcePathException message
This commit is contained in:
parent
55a1c2fb59
commit
be8eab18e9
@ -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…
Reference in New Issue
Block a user