BedrockAgentCoreControl / Client / delete_gateway_rate_limit

delete_gateway_rate_limit

BedrockAgentCoreControl.Client.delete_gateway_rate_limit(**kwargs)

Deletes a gateway rate limit.

See also: AWS API Documentation

Request Syntax

response = client.delete_gateway_rate_limit(
    gatewayIdentifier='string',
    rateLimitId='string'
)
Parameters:
  • gatewayIdentifier (string) –

    [REQUIRED]

    The unique identifier of the gateway.

  • rateLimitId (string) –

    [REQUIRED]

    The unique identifier of the rate limit to delete.

Return type:

dict

Returns:

Response Syntax

{
    'rateLimitId': 'string',
    'status': 'CREATING'|'ACTIVE'|'UPDATING'|'DELETING'
}

Response Structure

  • (dict) –

    • rateLimitId (string) –

      Limit identifier. Optional on Create (system-generates if not provided by customer). Always present in responses.

    • status (string) –

      Status of a gateway limit

Exceptions

  • BedrockAgentCoreControl.Client.exceptions.ConflictException

  • BedrockAgentCoreControl.Client.exceptions.ValidationException

  • BedrockAgentCoreControl.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControl.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControl.Client.exceptions.InternalServerException