# ErrorReplicaValidateMessage

## Properties

| Name            | Type       | Description | Notes       |
| --------------- | ---------- | ----------- | ----------- |
| **error\_code** | **String** |             | \[optional] |
| **message**     | **String** |             | \[optional] |

## Example

```ruby
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.
)
```
