Error401

Properties

Name
Type
Description
Notes

http_status

Integer

[optional]

messages

[optional]

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::Error401.new(
  http_status: 401,
  messages: null
)

Last updated

Was this helpful?