@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 RequiredResponseMetadata
$response RequiredHttpResponse
$retryable RequiredRetryableTrait
(constructor) Requiredconstructor(options: ServiceExceptionOptions)
Constructs a new instance of the ServiceException class
[Symbol.hasInstance] Requiredstatic Symbol.hasInstance: boolean
Custom instanceof check to support the operator for ServiceException base class
code Requiredstring | undefined
isInstance Requiredstatic isInstance(value: unknown): value is ServiceException
Checks if a value is an instance of ServiceException (duck typed)
name Required"ServiceQuotaExceededException"
quotaCode Requiredstring | undefined

Exceeded the service quota code.

quotaValue Requirednumber | undefined

Exceeded the service quota value.

resourceId Requiredstring | undefined

Exceeded the service quota resource ID.

resourceType Requiredstring | undefined

Exceeded the service quota resource type.

serviceCode Requiredstring | undefined

Exceeded the service quota service code.

Full Signature

export declare class ServiceQuotaExceededException extends MgnServiceException