Sha256: 0b2ed6db9da0a51dee698b6be450af6f64702fef25b56290aa038302352791e2
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
# DatadogAPIClient::V1::AWSLogsAsyncError ## Properties | Name | Type | Description | Notes | | ----------- | ---------- | ---------------- | ---------- | | **code** | **String** | Code properties | [optional] | | **message** | **String** | Message content. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSLogsAsyncError.new( code: no_such_config, message: AWS account 12345 has no lambda config to update ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSLogsAsyncError.md |
datadog_api_client-1.5.0 | docs/v1/AWSLogsAsyncError.md |