- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-mgn
ServiceQuotaExceededException Class
The request could not be completed because its exceeded the service quota.
Members
Name | Type | Details |
---|---|---|
$fault Required | "client" | |
$metadata Required | ResponseMetadata | |
$response Required | HttpResponse | |
$retryable Required | RetryableTrait | |
(constructor) Required | constructor(options: ServiceExceptionOptions) | Constructs a new instance of the ServiceException class |
[Symbol.hasInstance] Required | static Symbol.hasInstance: boolean | Custom instanceof check to support the operator for ServiceException base class |
code Required | string | undefined | |
isInstance Required | static isInstance(value: unknown): value is ServiceException | Checks if a value is an instance of ServiceException (duck typed) |
name Required | "ServiceQuotaExceededException" | |
quotaCode Required | string | undefined | Exceeded the service quota code. |
quotaValue Required | number | undefined | Exceeded the service quota value. |
resourceId Required | string | undefined | Exceeded the service quota resource ID. |
resourceType Required | string | undefined | Exceeded the service quota resource type. |
serviceCode Required | string | undefined | Exceeded the service quota service code. |
Full Signature
export declare class ServiceQuotaExceededException extends MgnServiceException