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'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
Specifies a delete integration response request's resource identifier.
[REQUIRED]
Specifies a delete integration response request's HTTP method.
[REQUIRED]
Specifies a delete integration response request's status code.
None
Exceptions
APIGateway.Client.exceptions.BadRequestExceptionAPIGateway.Client.exceptions.ConflictExceptionAPIGateway.Client.exceptions.NotFoundExceptionAPIGateway.Client.exceptions.UnauthorizedExceptionAPIGateway.Client.exceptions.TooManyRequestsException