Error404

Properties

Name
Type
Description
Notes

http_status

Integer

[optional]

messages

[optional]

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::Error404.new(
  http_status: 404,
  messages: null
)

Last updated

Was this helpful?