Skip to content

Create Support Case

servicequotas_create_support_case R Documentation

Creates a Support case for an existing quota increase request

Description

Creates a Support case for an existing quota increase request. This call only creates a Support case if the request has a Pending status.

Usage

servicequotas_create_support_case(RequestId)

Arguments

RequestId

[required] The ID of the pending quota increase request for which you want to open a Support case.

Value

An empty list.

Request syntax

svc$create_support_case(
  RequestId = "string"
)