aws-sdk-qbusiness 1.22.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
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