RDS / Client / exceptions / InsufficientAvailableIPsInSubnetFault

InsufficientAvailableIPsInSubnetFault#

class RDS.Client.exceptions.InsufficientAvailableIPsInSubnetFault#

The requested operation can’t be performed because there aren’t enough available IP addresses in the proxy’s subnets. Add more CIDR blocks to the VPC or remove IP address that aren’t required from the subnets.

Example

try:
  ...
except client.exceptions.InsufficientAvailableIPsInSubnetFault as e:
  print(e.response)
response#

The parsed error response. All exceptions have a top level Error key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.

Syntax

{}

Structure

  • (dict) –

    The requested operation can’t be performed because there aren’t enough available IP addresses in the proxy’s subnets. Add more CIDR blocks to the VPC or remove IP address that aren’t required from the subnets.

    • Error (dict) – Normalized access to common exception attributes.

      • Code (string) – An identifier specifying the exception type.

      • Message (string) – A descriptive message explaining why the exception occured.