- Updated ResourceAlreadyExistsException(LogsClientError) to latest Boto3 error msg when using CWL Logs
This commit is contained in:
parent
2e5e7e7f5e
commit
ac4197ca47
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