aws-sdk-opensearchserverless 1.33.0 → 1.35.0

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