aws-sdk-mediaconnect 1.90.0 → 1.92.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
@@ -41,6 +41,15 @@ module Aws
41
41
  class NotFoundException < ::Aws::Errors::ServiceError
42
42
  def message: () -> ::String
43
43
  end
44
+ class RouterInputServiceQuotaExceededException < ::Aws::Errors::ServiceError
45
+ def message: () -> ::String
46
+ end
47
+ class RouterNetworkInterfaceServiceQuotaExceededException < ::Aws::Errors::ServiceError
48
+ def message: () -> ::String
49
+ end
50
+ class RouterOutputServiceQuotaExceededException < ::Aws::Errors::ServiceError
51
+ def message: () -> ::String
52
+ end
44
53
  class ServiceUnavailableException < ::Aws::Errors::ServiceError
45
54
  def message: () -> ::String
46
55
  end