aws-sdk-finspacedata 1.13.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,11 @@ module Aws::FinSpaceData
69
69
  def message
70
70
  @message || @data[:message]
71
71
  end
72
+
73
+ # @return [String]
74
+ def reason
75
+ @data[:reason]
76
+ end
72
77
  end
73
78
 
74
79
  class InternalServerException < ServiceError
@@ -114,6 +119,11 @@ module Aws::FinSpaceData
114
119
  def message
115
120
  @message || @data[:message]
116
121
  end
122
+
123
+ # @return [String]
124
+ def reason
125
+ @data[:reason]
126
+ end
117
127
  end
118
128
 
119
129
  class ThrottlingException < ServiceError
@@ -139,6 +149,11 @@ module Aws::FinSpaceData
139
149
  def message
140
150
  @message || @data[:message]
141
151
  end
152
+
153
+ # @return [String]
154
+ def reason
155
+ @data[:reason]
156
+ end
142
157
  end
143
158
 
144
159
  end