Route53RecoveryCluster / Client / exceptions / ServiceLimitExceededException
ServiceLimitExceededException#
- class Route53RecoveryCluster.Client.exceptions.ServiceLimitExceededException#
The request can’t update that many routing control states at the same time. Try again with fewer routing control states.
Example
try: ... except client.exceptions.ServiceLimitExceededException 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
{ 'message': 'string', 'resourceId': 'string', 'resourceType': 'string', 'limitCode': 'string', 'serviceCode': 'string', 'Error': { 'Code': 'string', 'Message': 'string' } }
Structure
(dict) –
The request can’t update that many routing control states at the same time. Try again with fewer routing control states.
message (string) –
resourceId (string) –
The resource identifier of the limit that was exceeded.
resourceType (string) –
The resource type of the limit that was exceeded.
limitCode (string) –
The code of the limit that was exceeded.
serviceCode (string) –
The service code of the limit that was exceeded.
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.