@@ -49,11 +49,11 @@ namespace Model
49
49
* <p>The request is denied because of missing access permissions. Check your
50
50
* permissions and retry your request.</p>
51
51
*/
52
- inline const AccessDeniedException & GetAccessDeniedException () const { return m_accessDeniedException; }
52
+ inline const BedrockAgentRuntimeError & GetAccessDeniedException () const { return m_accessDeniedException; }
53
53
inline bool AccessDeniedExceptionHasBeenSet () const { return m_accessDeniedExceptionHasBeenSet; }
54
- template <typename AccessDeniedExceptionT = AccessDeniedException >
54
+ template <typename AccessDeniedExceptionT = BedrockAgentRuntimeError >
55
55
void SetAccessDeniedException (AccessDeniedExceptionT&& value) { m_accessDeniedExceptionHasBeenSet = true ; m_accessDeniedException = std::forward<AccessDeniedExceptionT>(value); }
56
- template <typename AccessDeniedExceptionT = AccessDeniedException >
56
+ template <typename AccessDeniedExceptionT = BedrockAgentRuntimeError >
57
57
InlineAgentResponseStream& WithAccessDeniedException (AccessDeniedExceptionT&& value) { SetAccessDeniedException (std::forward<AccessDeniedExceptionT>(value)); return *this ;}
58
58
// /@}
59
59
@@ -87,11 +87,11 @@ namespace Model
87
87
* <p>There was a conflict performing an operation. Resolve the conflict and retry
88
88
* your request. </p>
89
89
*/
90
- inline const ConflictException & GetConflictException () const { return m_conflictException; }
90
+ inline const BedrockAgentRuntimeError & GetConflictException () const { return m_conflictException; }
91
91
inline bool ConflictExceptionHasBeenSet () const { return m_conflictExceptionHasBeenSet; }
92
- template <typename ConflictExceptionT = ConflictException >
92
+ template <typename ConflictExceptionT = BedrockAgentRuntimeError >
93
93
void SetConflictException (ConflictExceptionT&& value) { m_conflictExceptionHasBeenSet = true ; m_conflictException = std::forward<ConflictExceptionT>(value); }
94
- template <typename ConflictExceptionT = ConflictException >
94
+ template <typename ConflictExceptionT = BedrockAgentRuntimeError >
95
95
InlineAgentResponseStream& WithConflictException (ConflictExceptionT&& value) { SetConflictException (std::forward<ConflictExceptionT>(value)); return *this ;}
96
96
// /@}
97
97
@@ -138,11 +138,11 @@ namespace Model
138
138
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the
139
139
* Amazon Resource Name (ARN) and try your request again. </p>
140
140
*/
141
- inline const ResourceNotFoundException & GetResourceNotFoundException () const { return m_resourceNotFoundException; }
141
+ inline const BedrockAgentRuntimeError & GetResourceNotFoundException () const { return m_resourceNotFoundException; }
142
142
inline bool ResourceNotFoundExceptionHasBeenSet () const { return m_resourceNotFoundExceptionHasBeenSet; }
143
- template <typename ResourceNotFoundExceptionT = ResourceNotFoundException >
143
+ template <typename ResourceNotFoundExceptionT = BedrockAgentRuntimeError >
144
144
void SetResourceNotFoundException (ResourceNotFoundExceptionT&& value) { m_resourceNotFoundExceptionHasBeenSet = true ; m_resourceNotFoundException = std::forward<ResourceNotFoundExceptionT>(value); }
145
- template <typename ResourceNotFoundExceptionT = ResourceNotFoundException >
145
+ template <typename ResourceNotFoundExceptionT = BedrockAgentRuntimeError >
146
146
InlineAgentResponseStream& WithResourceNotFoundException (ResourceNotFoundExceptionT&& value) { SetResourceNotFoundException (std::forward<ResourceNotFoundExceptionT>(value)); return *this ;}
147
147
// /@}
148
148
@@ -165,23 +165,23 @@ namespace Model
165
165
* <p>The number of requests exceeds the service quota. Resubmit your request
166
166
* later.</p>
167
167
*/
168
- inline const ServiceQuotaExceededException & GetServiceQuotaExceededException () const { return m_serviceQuotaExceededException; }
168
+ inline const BedrockAgentRuntimeError & GetServiceQuotaExceededException () const { return m_serviceQuotaExceededException; }
169
169
inline bool ServiceQuotaExceededExceptionHasBeenSet () const { return m_serviceQuotaExceededExceptionHasBeenSet; }
170
- template <typename ServiceQuotaExceededExceptionT = ServiceQuotaExceededException >
170
+ template <typename ServiceQuotaExceededExceptionT = BedrockAgentRuntimeError >
171
171
void SetServiceQuotaExceededException (ServiceQuotaExceededExceptionT&& value) { m_serviceQuotaExceededExceptionHasBeenSet = true ; m_serviceQuotaExceededException = std::forward<ServiceQuotaExceededExceptionT>(value); }
172
- template <typename ServiceQuotaExceededExceptionT = ServiceQuotaExceededException >
172
+ template <typename ServiceQuotaExceededExceptionT = BedrockAgentRuntimeError >
173
173
InlineAgentResponseStream& WithServiceQuotaExceededException (ServiceQuotaExceededExceptionT&& value) { SetServiceQuotaExceededException (std::forward<ServiceQuotaExceededExceptionT>(value)); return *this ;}
174
174
// /@}
175
175
176
176
// /@{
177
177
/* *
178
178
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>
179
179
*/
180
- inline const ThrottlingException & GetThrottlingException () const { return m_throttlingException; }
180
+ inline const BedrockAgentRuntimeError & GetThrottlingException () const { return m_throttlingException; }
181
181
inline bool ThrottlingExceptionHasBeenSet () const { return m_throttlingExceptionHasBeenSet; }
182
- template <typename ThrottlingExceptionT = ThrottlingException >
182
+ template <typename ThrottlingExceptionT = BedrockAgentRuntimeError >
183
183
void SetThrottlingException (ThrottlingExceptionT&& value) { m_throttlingExceptionHasBeenSet = true ; m_throttlingException = std::forward<ThrottlingExceptionT>(value); }
184
- template <typename ThrottlingExceptionT = ThrottlingException >
184
+ template <typename ThrottlingExceptionT = BedrockAgentRuntimeError >
185
185
InlineAgentResponseStream& WithThrottlingException (ThrottlingExceptionT&& value) { SetThrottlingException (std::forward<ThrottlingExceptionT>(value)); return *this ;}
186
186
// /@}
187
187
@@ -207,16 +207,16 @@ namespace Model
207
207
* <p>Input validation failed. Check your request parameters and retry the
208
208
* request.</p>
209
209
*/
210
- inline const ValidationException & GetValidationException () const { return m_validationException; }
210
+ inline const BedrockAgentRuntimeError & GetValidationException () const { return m_validationException; }
211
211
inline bool ValidationExceptionHasBeenSet () const { return m_validationExceptionHasBeenSet; }
212
- template <typename ValidationExceptionT = ValidationException >
212
+ template <typename ValidationExceptionT = BedrockAgentRuntimeError >
213
213
void SetValidationException (ValidationExceptionT&& value) { m_validationExceptionHasBeenSet = true ; m_validationException = std::forward<ValidationExceptionT>(value); }
214
- template <typename ValidationExceptionT = ValidationException >
214
+ template <typename ValidationExceptionT = BedrockAgentRuntimeError >
215
215
InlineAgentResponseStream& WithValidationException (ValidationExceptionT&& value) { SetValidationException (std::forward<ValidationExceptionT>(value)); return *this ;}
216
216
// /@}
217
217
private:
218
218
219
- AccessDeniedException m_accessDeniedException;
219
+ BedrockAgentRuntimeError m_accessDeniedException;
220
220
bool m_accessDeniedExceptionHasBeenSet = false ;
221
221
222
222
BadGatewayException m_badGatewayException;
@@ -225,7 +225,7 @@ namespace Model
225
225
InlineAgentPayloadPart m_chunk;
226
226
bool m_chunkHasBeenSet = false ;
227
227
228
- ConflictException m_conflictException;
228
+ BedrockAgentRuntimeError m_conflictException;
229
229
bool m_conflictExceptionHasBeenSet = false ;
230
230
231
231
DependencyFailedException m_dependencyFailedException;
@@ -237,22 +237,22 @@ namespace Model
237
237
InternalServerException m_internalServerException;
238
238
bool m_internalServerExceptionHasBeenSet = false ;
239
239
240
- ResourceNotFoundException m_resourceNotFoundException;
240
+ BedrockAgentRuntimeError m_resourceNotFoundException;
241
241
bool m_resourceNotFoundExceptionHasBeenSet = false ;
242
242
243
243
InlineAgentReturnControlPayload m_returnControl;
244
244
bool m_returnControlHasBeenSet = false ;
245
245
246
- ServiceQuotaExceededException m_serviceQuotaExceededException;
246
+ BedrockAgentRuntimeError m_serviceQuotaExceededException;
247
247
bool m_serviceQuotaExceededExceptionHasBeenSet = false ;
248
248
249
- ThrottlingException m_throttlingException;
249
+ BedrockAgentRuntimeError m_throttlingException;
250
250
bool m_throttlingExceptionHasBeenSet = false ;
251
251
252
252
InlineAgentTracePart m_trace;
253
253
bool m_traceHasBeenSet = false ;
254
254
255
- ValidationException m_validationException;
255
+ BedrockAgentRuntimeError m_validationException;
256
256
bool m_validationExceptionHasBeenSet = false ;
257
257
};
258
258
0 commit comments