PauseEventStreaming
Pauses a running event stream.
Operation description
Pauses a running event stream.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eventbridge:PauseEventStreaming |
update |
*EventStreaming
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EventStreamingName |
string |
Yes |
The name of the event stream to be paused. |
rocketmq-sync |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The error message. |
The event streaming [xxxx] not existed! |
| RequestId |
string |
The unique identifier generated by Alibaba Cloud for this request. |
72ce027c-546a-4231-9cf6-ec58766027f9 |
| Code |
string |
The response code. Success: The request was successful. Other: An error code is returned. For more information about error codes, see Error codes. |
Success |
| Success |
boolean |
Indicates whether the operation was successful. The value true indicates success. |
true |
Examples
Success response
JSON format
{
"Message": "The event streaming [xxxx] not existed!\n",
"RequestId": "72ce027c-546a-4231-9cf6-ec58766027f9",
"Code": "Success",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | ServiceNotEnable | Service not enable |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.