Merge pull request #1746 from Brett55/master
- Updated ResourceAlreadyExistsException(LogsClientError) to latest msg
This commit is contained in:
commit
793e520c90
1 changed files with 1 additions and 1 deletions
|
|
@ -29,5 +29,5 @@ class ResourceAlreadyExistsException(LogsClientError):
|
||||||
self.code = 400
|
self.code = 400
|
||||||
super(ResourceAlreadyExistsException, self).__init__(
|
super(ResourceAlreadyExistsException, self).__init__(
|
||||||
'ResourceAlreadyExistsException',
|
'ResourceAlreadyExistsException',
|
||||||
'The specified resource already exists.'
|
'The specified log group already exists'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue