SmsResourceInUse

SmsResourceInUse
SmsResourceInUse

A ResourceInUse fault indicating that some error has occurred because some resources are in use.

Information about the devices that are in use may be supplied.

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"
        }
    ],
    "type": "string",
    "name": "string",
    "deviceIds": [
        {
            "_typeName": "string"
        }
    ]
}
array of DeviceId
deviceIds
Optional

The list of device Ids that are in use.