import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException"; /** *

An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.

* @public */ export declare class AccountLimitExceededException extends __BaseException { readonly name: "AccountLimitExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The CodeBuild access has been suspended for the calling Amazon Web Services account.

* @public */ export declare class AccountSuspendedException extends __BaseException { readonly name: "AccountSuspendedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The input value that was provided is not valid.

* @public */ export declare class InvalidInputException extends __BaseException { readonly name: "InvalidInputException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified Amazon Web Services resource cannot be created, because an Amazon Web Services resource with the same * settings already exists.

* @public */ export declare class ResourceAlreadyExistsException extends __BaseException { readonly name: "ResourceAlreadyExistsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There was a problem with the underlying OAuth provider.

* @public */ export declare class OAuthProviderException extends __BaseException { readonly name: "OAuthProviderException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified Amazon Web Services resource cannot be found.

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); }