Enables a created or disabled event stream.
Operation description
Enables a created or disabled event stream.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eventbridge:StartEventStreaming |
update |
*EventStreaming
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EventStreamingName |
string |
Yes |
The name of the event stream to enable. |
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 the request. |
8CEAD24D-328D-5539-9D30-FD2D33204FBB |
| Code |
string |
The response code. Success: The request was successful. Other codes: The request failed. For more information about error codes, see Error codes. |
Success |
| Success |
boolean |
Indicates whether the operation was successful. The value true indicates that the operation was successful. |
true |
Examples
Success response
JSON format
{
"Message": "The event streaming [xxxx] not existed!\n",
"RequestId": "8CEAD24D-328D-5539-9D30-FD2D33204FBB",
"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.