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.BadRequestException
APIGateway.Client.exceptions.ConflictException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException