次の方法で共有


CapacityNotFoundException Class

Raised when specified capacity (name or UUID) is not found.

Constructor

CapacityNotFoundException(capacity: str, message: str | None = None)

Parameters

Name Description
capacity
Required
str

Capacity name or id.

message
str

Custom error message. If not specified, a default message containing the capacity name/id will be used.

Default value: None