aws-sdk-opensearchserverless 1.33.0 → 1.35.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.
@@ -114,11 +114,6 @@ module Aws::OpenSearchServerless
114
114
  @message || @data[:message]
115
115
  end
116
116
 
117
- # @return [String]
118
- def quota_code
119
- @data[:quota_code]
120
- end
121
-
122
117
  # @return [String]
123
118
  def resource_id
124
119
  @data[:resource_id]
@@ -133,6 +128,11 @@ module Aws::OpenSearchServerless
133
128
  def service_code
134
129
  @data[:service_code]
135
130
  end
131
+
132
+ # @return [String]
133
+ def quota_code
134
+ @data[:quota_code]
135
+ end
136
136
  end
137
137
 
138
138
  class ValidationException < ServiceError