import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { SWFServiceException as __BaseException } from "./SWFServiceException"; /** *
Returned when the caller doesn't have sufficient permissions to invoke the action.
* @public */ export declare class OperationNotPermittedFault extends __BaseException { readonly name: "OperationNotPermittedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
* @public */ export declare class UnknownResourceFault extends __BaseException { readonly name: "UnknownResourceFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe StartWorkflowExecution API action was called without the required
* parameters set.
Some workflow execution parameters, such as the decision taskList, must be
* set to start the execution. However, these parameters might have been set as defaults when the
* workflow type was registered. In this case, you can omit these parameters from the
* StartWorkflowExecution call and Amazon SWF uses the values defined in the workflow
* type.
If these parameters aren't set and no default parameters were defined in the workflow * type, this error is displayed.
*Returned when the resource type has not been deprecated.
* @public */ export declare class TypeNotDeprecatedFault extends __BaseException { readonly name: "TypeNotDeprecatedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned when the specified activity or workflow type was already deprecated.
* @public */ export declare class TypeDeprecatedFault extends __BaseException { readonly name: "TypeDeprecatedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned when the specified domain has been deprecated.
* @public */ export declare class DomainDeprecatedFault extends __BaseException { readonly name: "DomainDeprecatedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned if the domain already exists. You may get this fault if you are registering a domain that is either already registered or deprecated, or if you undeprecate a domain that is currently registered.
* @public */ export declare class DomainAlreadyExistsFault extends __BaseException { readonly name: "DomainAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
* @public */ export declare class LimitExceededFault extends __BaseException { readonly name: "LimitExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.
* @public */ export declare class TypeAlreadyExistsFault extends __BaseException { readonly name: "TypeAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou've exceeded the number of tags allowed for a domain.
* @public */ export declare class TooManyTagsFault extends __BaseException { readonly name: "TooManyTagsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeReturned by StartWorkflowExecution when an open execution with the same workflowId is already running in * the specified domain.
* @public */ export declare class WorkflowExecutionAlreadyStartedFault extends __BaseException { readonly name: "WorkflowExecutionAlreadyStartedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType