Amazon EventBridge · Example Payload

Amazon Eventbridge Put Targets Response Example

Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

Amazon Eventbridge Put Targets Response Example is an example object payload from Amazon EventBridge, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FailedEntryCountFailedEntries

Example Payload

Raw ↑
{
  "FailedEntryCount": 16,
  "FailedEntries": [
    {
      "TargetId": "example-value",
      "ErrorCode": "example-value",
      "ErrorMessage": "example-value"
    }
  ]
}