statusMessage property

String? statusMessage
getter/setter pair

A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet.

For example if the secondary_ip_ranges is empty due to a permission issue, an insufficient permission message will be given by status_message.

Implementation

core.String? statusMessage;