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

Unexpected error during processing of request.

* @public */ export declare class InternalServiceError extends __BaseException { readonly name: "InternalServiceError"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Your request input doesn't meet the constraints required by AWS Chatbot.

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

The request was rejected because it doesn't have valid credentials for the target resource.

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

There was an issue processing your request.

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

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class CreateChimeWebhookConfigurationException extends __BaseException { readonly name: "CreateChimeWebhookConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Your request input doesn't meet the constraints required by AWS Chatbot.

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

You have exceeded a service limit for AWS Chatbot.

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

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class CreateTeamsChannelConfigurationException extends __BaseException { readonly name: "CreateTeamsChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class CreateSlackChannelConfigurationException extends __BaseException { readonly name: "CreateSlackChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We were unable to find the resource for your request

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

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DeleteChimeWebhookConfigurationException extends __BaseException { readonly name: "DeleteChimeWebhookConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DeleteTeamsChannelConfigurationException extends __BaseException { readonly name: "DeleteTeamsChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DeleteTeamsConfiguredTeamException extends __BaseException { readonly name: "DeleteTeamsConfiguredTeamException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DeleteMicrosoftTeamsUserIdentityException extends __BaseException { readonly name: "DeleteMicrosoftTeamsUserIdentityException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DeleteSlackChannelConfigurationException extends __BaseException { readonly name: "DeleteSlackChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DeleteSlackUserIdentityException extends __BaseException { readonly name: "DeleteSlackUserIdentityException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There was an issue deleting your Slack workspace.

* @public */ export declare class DeleteSlackWorkspaceAuthorizationFault extends __BaseException { readonly name: "DeleteSlackWorkspaceAuthorizationFault"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DescribeChimeWebhookConfigurationsException extends __BaseException { readonly name: "DescribeChimeWebhookConfigurationsException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DescribeSlackChannelConfigurationsException extends __BaseException { readonly name: "DescribeSlackChannelConfigurationsException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DescribeSlackUserIdentitiesException extends __BaseException { readonly name: "DescribeSlackUserIdentitiesException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class DescribeSlackWorkspacesException extends __BaseException { readonly name: "DescribeSlackWorkspacesException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class GetAccountPreferencesException extends __BaseException { readonly name: "GetAccountPreferencesException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class GetTeamsChannelConfigurationException extends __BaseException { readonly name: "GetTeamsChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class ListTeamsChannelConfigurationsException extends __BaseException { readonly name: "ListTeamsChannelConfigurationsException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class ListMicrosoftTeamsConfiguredTeamsException extends __BaseException { readonly name: "ListMicrosoftTeamsConfiguredTeamsException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class ListMicrosoftTeamsUserIdentitiesException extends __BaseException { readonly name: "ListMicrosoftTeamsUserIdentitiesException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

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

The supplied list of tags contains too many tags.

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

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class UpdateAccountPreferencesException extends __BaseException { readonly name: "UpdateAccountPreferencesException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class UpdateChimeWebhookConfigurationException extends __BaseException { readonly name: "UpdateChimeWebhookConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class UpdateTeamsChannelConfigurationException extends __BaseException { readonly name: "UpdateTeamsChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

We can’t process your request right now because of a server issue. Try again later.

* @public */ export declare class UpdateSlackChannelConfigurationException extends __BaseException { readonly name: "UpdateSlackChannelConfigurationException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }