Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 824 Bytes

File metadata and controls

17 lines (12 loc) · 824 Bytes

openapi.model.ApiErrorFirewallRulesetInUse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
code String The unique identifier for the type of error. [default to 'firewall-rulesets/firewall-ruleset-in-use']
message String A description of the error. [default to 'Firewall ruleset is in use by one or more instances.']
suggestion String One or more suggestions of possible ways to fix the error. [default to 'Terminate all instances that are using the ruleset before deleting it.']

[Back to Model list] [Back to API list] [Back to README]