Error401Message

Properties

Name
Type
Description
Notes

error_code

String

[optional]

message

String

[optional]

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::Error401Message.new(
  error_code: 315,
  message: Unauthorized
)

Last updated

Was this helpful?