Merge pull request #1746 from Brett55/master
- Updated ResourceAlreadyExistsException(LogsClientError) to latest msg
This commit is contained in:
commit
793e520c90
@ -29,5 +29,5 @@ class ResourceAlreadyExistsException(LogsClientError):
|
||||
self.code = 400
|
||||
super(ResourceAlreadyExistsException, self).__init__(
|
||||
'ResourceAlreadyExistsException',
|
||||
'The specified resource already exists.'
|
||||
'The specified log group already exists'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user