Redshift / Client / exceptions / Qev2IdcApplicationAlreadyExistsFault

Qev2IdcApplicationAlreadyExistsFault

class Redshift.Client.exceptions.Qev2IdcApplicationAlreadyExistsFault

The Amazon Redshift Query Editor (QEV2) IAM Identity Center application already exists. Use a different application name or describe existing applications to find the ARN.

Example

try:
  ...
except client.exceptions.Qev2IdcApplicationAlreadyExistsFault 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 Amazon Redshift Query Editor (QEV2) IAM Identity Center application already exists. Use a different application name or describe existing applications to find the ARN.

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