aws-sdk-quicksight 1.162.0 → 1.164.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
@@ -42,6 +42,10 @@ module Aws
42
42
  class InternalServerException < ::Aws::Errors::ServiceError
43
43
  def message: () -> ::String
44
44
  end
45
+ class InvalidDataSetParameterValueException < ::Aws::Errors::ServiceError
46
+ def message: () -> ::String
47
+ def request_id: () -> ::String
48
+ end
45
49
  class InvalidNextTokenException < ::Aws::Errors::ServiceError
46
50
  def message: () -> ::String
47
51
  def request_id: () -> ::String