docs/v1/AWSLogsAsyncError.md in datadog_api_client-1.4.0 vs docs/v1/AWSLogsAsyncError.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,12 +1,12 @@
# DatadogAPIClient::V1::AWSLogsAsyncError
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **code** | **String** | Code properties | [optional] |
+| Name | Type | Description | Notes |
+| ----------- | ---------- | ---------------- | ---------- |
+| **code** | **String** | Code properties | [optional] |
| **message** | **String** | Message content. | [optional] |
## Example
```ruby
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::AWSLogsAsyncError.new(
code: no_such_config,
message: AWS account 12345 has no lambda config to update
)
```
-