InsufficientResourcesFault

InsufficientResourcesFault
InsufficientResourcesFault

Base fault that occurs when an operation conflicts with a resource configuration policy.

For example, this fault occurs if a power-on operation reserves more memory than is allocated to a resource pool.

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"
        }
    ]
}