ErrorReplicaValidateMessage

Properties

Name
Type
Description
Notes

error_code

String

[optional]

message

String

[optional]

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::ErrorReplicaValidateMessage.new(
  error_code: AUTOSCALE-7,
  message: The configuration cannot be used to create the required resources. Error message: [(root).entities.servers.items.[0].properties.ram] RAM of the requested server is too small; 256 MB is minimum.
)

Last updated

Was this helpful?