You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select this option if this issue appears to be a regression.
Expected Behavior
Attempt to publish the event to non existing event bus must return error response for corresponding entries: FailedEntryCount should correspond to number of failures and Entries should indicate error details.
Describe the bug
Attempting to publish the event to a non existing event bus returns a successful response (e.g FailedEntryCount=0 and no entries with errors)
This is a continuation of the aws/aws-sdk#186.
Regression Issue
Expected Behavior
Attempt to publish the event to non existing event bus must return error response for corresponding entries:
FailedEntryCount
should correspond to number of failures andEntries
should indicate error details.Current Behavior
No errors in response
Reproduction Steps
Pub message to non existing event bus:
The response is:
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/1.36.33 Python/3.13.0 Darwin/24.1.0 botocore/1.35.92
Environment details (OS name and version, etc.)
OSX 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered: