CloudWatchObservabilityAdminService / Client / exceptions / ServiceQuotaExceededException

ServiceQuotaExceededException

class CloudWatchObservabilityAdminService.Client.exceptions.ServiceQuotaExceededException

The requested operation would exceed the allowed quota for the specified resource type.

Example

try:
  ...
except client.exceptions.ServiceQuotaExceededException 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',
    'ServiceCode': 'string',
    'QuotaCode': 'string',
    'amznErrorType': 'string',
    'Error': {
        'Code': 'string',
        'Message': 'string'
    }
}

Structure

  • (dict) –

    The requested operation would exceed the allowed quota for the specified resource type.

    • Message (string) –

    • ResourceId (string) –

      The identifier of the resource which exceeds the service quota.

    • ResourceType (string) –

      The type of the resource which exceeds the service quota.

    • ServiceCode (string) –

      The code for the service of the exceeded quota.

    • QuotaCode (string) –

      The code for the exceeded service quota.

    • amznErrorType (string) –

      The name of the exception.

    • 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.