Class DuplicateResourceCreation

The request attempted to create the requested resource but failed as the resource already exists.

For an SDK method that ensures, that the resource which creation is attempted does not exist before creating it, this usually means the resource was created after the resource was checked for existence or deletion, but before the resource could be created by the SDK.

Hierarchy

  • Error

    Hierarchy

    • DuplicateResourceCreation

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc