Sha256: 294b0941e2bddc270e83e8077fc722ac5d8bcf4f2bfcaa6043d964036a9b0561
Contents?: true
Size: 461 Bytes
Versions: 20
Compression:
Stored size: 461 Bytes
Contents
# Bandwidth::RequestError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | A message describing the error with your request. | [optional] | | **request_id** | **String** | The associated requestId from AWS. | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::RequestError.new( error: Internal error, request_id: 12af78d1-5f88-4917-925d-17c1ac8fda7a ) ```
Version data entries
20 entries across 20 versions & 1 rubygems