delete_integration_response

APIGateway.Client.delete_integration_response(**kwargs)

Represents a delete integration response.

See also: AWS API Documentation

Request Syntax

response = client.delete_integration_response(
    restApiId='string',
    resourceId='string',
    httpMethod='string',
    statusCode='string'
)
Parameters
  • restApiId (string) --

    [REQUIRED]

    The string identifier of the associated RestApi.

  • resourceId (string) --

    [REQUIRED]

    Specifies a delete integration response request's resource identifier.

  • httpMethod (string) --

    [REQUIRED]

    Specifies a delete integration response request's HTTP method.

  • statusCode (string) --

    [REQUIRED]

    Specifies a delete integration response request's status code.

Returns

None

Exceptions

  • APIGateway.Client.exceptions.BadRequestException
  • APIGateway.Client.exceptions.ConflictException
  • APIGateway.Client.exceptions.NotFoundException
  • APIGateway.Client.exceptions.UnauthorizedException
  • APIGateway.Client.exceptions.TooManyRequestsException