aws-sdk-qconnect 1.42.0 → 1.44.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
@@ -43,6 +43,9 @@ module Aws
43
43
  class UnauthorizedException < ::Aws::Errors::ServiceError
44
44
  def message: () -> ::String
45
45
  end
46
+ class UnprocessableContentException < ::Aws::Errors::ServiceError
47
+ def message: () -> ::String
48
+ end
46
49
  class ValidationException < ::Aws::Errors::ServiceError
47
50
  def message: () -> ::String
48
51
  end