ProviderOutOfProvisioningResource

ProviderOutOfProvisioningResource
ProviderOutOfProvisioningResource

This exception is thrown if the VASA Provider is out of resource to satisfy a provisioning request.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "provisioningResourceId": "string",
    "availableBefore": 0,
    "availableAfter": 0,
    "total": 0,
    "isTransient": false
}
string
provisioningResourceId
Required

Identifier of the provisioning resource.

integer As int64 As int64
availableBefore
Optional

Currently available.

integer As int64 As int64
availableAfter
Optional

Necessary for provisioning.

integer As int64 As int64
total
Optional

Total amount (free + used).

boolean
isTransient
Optional

This resource limitation is transient, i.e.

the resource will be available after some time.