aws-sdk-qbusiness 1.22.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/errors.rbs CHANGED
@@ -19,12 +19,18 @@ module Aws
19
19
  def resource_id: () -> ::String
20
20
  def resource_type: () -> ::String
21
21
  end
22
+ class ExternalResourceException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ end
22
25
  class InternalServerException < ::Aws::Errors::ServiceError
23
26
  def message: () -> ::String
24
27
  end
25
28
  class LicenseNotFoundException < ::Aws::Errors::ServiceError
26
29
  def message: () -> ::String
27
30
  end
31
+ class MediaTooLargeException < ::Aws::Errors::ServiceError
32
+ def message: () -> ::String
33
+ end
28
34
  class ResourceNotFoundException < ::Aws::Errors::ServiceError
29
35
  def message: () -> ::String
30
36
  def resource_id: () -> ::String