// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package rdsdata const ( // ErrCodeBadRequestException for service response error code // "BadRequestException". // // There is an error in the call or in a SQL statement. ErrCodeBadRequestException = "BadRequestException" // ErrCodeForbiddenException for service response error code // "ForbiddenException". // // There are insufficient privileges to make the call. ErrCodeForbiddenException = "ForbiddenException" // ErrCodeInternalServerErrorException for service response error code // "InternalServerErrorException". // // An internal error occurred. ErrCodeInternalServerErrorException = "InternalServerErrorException" // ErrCodeNotFoundException for service response error code // "NotFoundException". // // The resourceArn, secretArn, or transactionId value can't be found. ErrCodeNotFoundException = "NotFoundException" // ErrCodeServiceUnavailableError for service response error code // "ServiceUnavailableError". // // The service specified by the resourceArn parameter is not available. ErrCodeServiceUnavailableError = "ServiceUnavailableError" // ErrCodeStatementTimeoutException for service response error code // "StatementTimeoutException". // // The execution of the SQL statement timed out. ErrCodeStatementTimeoutException = "StatementTimeoutException" )