import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import type { AccessDeniedExceptionReason, ResourceNotFoundExceptionReason, ThrottlingExceptionReason, ValidationExceptionReason } from "./enums"; import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException"; /** *
You do not have sufficient access to perform this action.
* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the access denied exception.
* @public */ Reason?: AccessDeniedExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOccurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request processing has failed because of an unknown error, exception, or failure with an internal server.
* @public */ export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the principal has crossed the permitted number of resources that can be created.
* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that the principal has crossed the throttling limits of the API operations.
* @public */ export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the throttling exception.
* @public */ Reason?: ThrottlingExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request failed because it contains a syntax error.
* @public */ export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the validation exception.
* @public */ Reason?: ValidationExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeIndicates that a requested resource is not found.
* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** *The reason for the resource not found exception.
* @public */ Reason?: ResourceNotFoundExceptionReason | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType