1// Code generated by smithy-go-codegen DO NOT EDIT.
2
3package types
4
5import (
6	"fmt"
7	smithy "github.com/aws/smithy-go"
8)
9
10// The maximum number of alarms for a deployment group (10) was exceeded.
11type AlarmsLimitExceededException struct {
12	Message *string
13}
14
15func (e *AlarmsLimitExceededException) Error() string {
16	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
17}
18func (e *AlarmsLimitExceededException) ErrorMessage() string {
19	if e.Message == nil {
20		return ""
21	}
22	return *e.Message
23}
24func (e *AlarmsLimitExceededException) ErrorCode() string             { return "AlarmsLimitExceededException" }
25func (e *AlarmsLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
26
27// An application with the specified name with the IAM user or AWS account already
28// exists.
29type ApplicationAlreadyExistsException struct {
30	Message *string
31}
32
33func (e *ApplicationAlreadyExistsException) Error() string {
34	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
35}
36func (e *ApplicationAlreadyExistsException) ErrorMessage() string {
37	if e.Message == nil {
38		return ""
39	}
40	return *e.Message
41}
42func (e *ApplicationAlreadyExistsException) ErrorCode() string {
43	return "ApplicationAlreadyExistsException"
44}
45func (e *ApplicationAlreadyExistsException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
46
47// The application does not exist with the IAM user or AWS account.
48type ApplicationDoesNotExistException struct {
49	Message *string
50}
51
52func (e *ApplicationDoesNotExistException) Error() string {
53	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
54}
55func (e *ApplicationDoesNotExistException) ErrorMessage() string {
56	if e.Message == nil {
57		return ""
58	}
59	return *e.Message
60}
61func (e *ApplicationDoesNotExistException) ErrorCode() string {
62	return "ApplicationDoesNotExistException"
63}
64func (e *ApplicationDoesNotExistException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
65
66// More applications were attempted to be created than are allowed.
67type ApplicationLimitExceededException struct {
68	Message *string
69}
70
71func (e *ApplicationLimitExceededException) Error() string {
72	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
73}
74func (e *ApplicationLimitExceededException) ErrorMessage() string {
75	if e.Message == nil {
76		return ""
77	}
78	return *e.Message
79}
80func (e *ApplicationLimitExceededException) ErrorCode() string {
81	return "ApplicationLimitExceededException"
82}
83func (e *ApplicationLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
84
85// The minimum number of required application names was not specified.
86type ApplicationNameRequiredException struct {
87	Message *string
88}
89
90func (e *ApplicationNameRequiredException) Error() string {
91	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
92}
93func (e *ApplicationNameRequiredException) ErrorMessage() string {
94	if e.Message == nil {
95		return ""
96	}
97	return *e.Message
98}
99func (e *ApplicationNameRequiredException) ErrorCode() string {
100	return "ApplicationNameRequiredException"
101}
102func (e *ApplicationNameRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
103
104// The specified ARN is not supported. For example, it might be an ARN for a
105// resource that is not expected.
106type ArnNotSupportedException struct {
107	Message *string
108}
109
110func (e *ArnNotSupportedException) Error() string {
111	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
112}
113func (e *ArnNotSupportedException) ErrorMessage() string {
114	if e.Message == nil {
115		return ""
116	}
117	return *e.Message
118}
119func (e *ArnNotSupportedException) ErrorCode() string             { return "ArnNotSupportedException" }
120func (e *ArnNotSupportedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
121
122// The maximum number of names or IDs allowed for this request (100) was exceeded.
123type BatchLimitExceededException struct {
124	Message *string
125}
126
127func (e *BatchLimitExceededException) Error() string {
128	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
129}
130func (e *BatchLimitExceededException) ErrorMessage() string {
131	if e.Message == nil {
132		return ""
133	}
134	return *e.Message
135}
136func (e *BatchLimitExceededException) ErrorCode() string             { return "BatchLimitExceededException" }
137func (e *BatchLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
138
139// A bucket name is required, but was not provided.
140type BucketNameFilterRequiredException struct {
141	Message *string
142}
143
144func (e *BucketNameFilterRequiredException) Error() string {
145	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
146}
147func (e *BucketNameFilterRequiredException) ErrorMessage() string {
148	if e.Message == nil {
149		return ""
150	}
151	return *e.Message
152}
153func (e *BucketNameFilterRequiredException) ErrorCode() string {
154	return "BucketNameFilterRequiredException"
155}
156func (e *BucketNameFilterRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
157
158// The deployment is already complete.
159type DeploymentAlreadyCompletedException struct {
160	Message *string
161}
162
163func (e *DeploymentAlreadyCompletedException) Error() string {
164	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
165}
166func (e *DeploymentAlreadyCompletedException) ErrorMessage() string {
167	if e.Message == nil {
168		return ""
169	}
170	return *e.Message
171}
172func (e *DeploymentAlreadyCompletedException) ErrorCode() string {
173	return "DeploymentAlreadyCompletedException"
174}
175func (e *DeploymentAlreadyCompletedException) ErrorFault() smithy.ErrorFault {
176	return smithy.FaultClient
177}
178
179// A deployment configuration with the specified name with the IAM user or AWS
180// account already exists.
181type DeploymentConfigAlreadyExistsException struct {
182	Message *string
183}
184
185func (e *DeploymentConfigAlreadyExistsException) Error() string {
186	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
187}
188func (e *DeploymentConfigAlreadyExistsException) ErrorMessage() string {
189	if e.Message == nil {
190		return ""
191	}
192	return *e.Message
193}
194func (e *DeploymentConfigAlreadyExistsException) ErrorCode() string {
195	return "DeploymentConfigAlreadyExistsException"
196}
197func (e *DeploymentConfigAlreadyExistsException) ErrorFault() smithy.ErrorFault {
198	return smithy.FaultClient
199}
200
201// The deployment configuration does not exist with the IAM user or AWS account.
202type DeploymentConfigDoesNotExistException struct {
203	Message *string
204}
205
206func (e *DeploymentConfigDoesNotExistException) Error() string {
207	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
208}
209func (e *DeploymentConfigDoesNotExistException) ErrorMessage() string {
210	if e.Message == nil {
211		return ""
212	}
213	return *e.Message
214}
215func (e *DeploymentConfigDoesNotExistException) ErrorCode() string {
216	return "DeploymentConfigDoesNotExistException"
217}
218func (e *DeploymentConfigDoesNotExistException) ErrorFault() smithy.ErrorFault {
219	return smithy.FaultClient
220}
221
222// The deployment configuration is still in use.
223type DeploymentConfigInUseException struct {
224	Message *string
225}
226
227func (e *DeploymentConfigInUseException) Error() string {
228	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
229}
230func (e *DeploymentConfigInUseException) ErrorMessage() string {
231	if e.Message == nil {
232		return ""
233	}
234	return *e.Message
235}
236func (e *DeploymentConfigInUseException) ErrorCode() string             { return "DeploymentConfigInUseException" }
237func (e *DeploymentConfigInUseException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
238
239// The deployment configurations limit was exceeded.
240type DeploymentConfigLimitExceededException struct {
241	Message *string
242}
243
244func (e *DeploymentConfigLimitExceededException) Error() string {
245	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
246}
247func (e *DeploymentConfigLimitExceededException) ErrorMessage() string {
248	if e.Message == nil {
249		return ""
250	}
251	return *e.Message
252}
253func (e *DeploymentConfigLimitExceededException) ErrorCode() string {
254	return "DeploymentConfigLimitExceededException"
255}
256func (e *DeploymentConfigLimitExceededException) ErrorFault() smithy.ErrorFault {
257	return smithy.FaultClient
258}
259
260// The deployment configuration name was not specified.
261type DeploymentConfigNameRequiredException struct {
262	Message *string
263}
264
265func (e *DeploymentConfigNameRequiredException) Error() string {
266	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
267}
268func (e *DeploymentConfigNameRequiredException) ErrorMessage() string {
269	if e.Message == nil {
270		return ""
271	}
272	return *e.Message
273}
274func (e *DeploymentConfigNameRequiredException) ErrorCode() string {
275	return "DeploymentConfigNameRequiredException"
276}
277func (e *DeploymentConfigNameRequiredException) ErrorFault() smithy.ErrorFault {
278	return smithy.FaultClient
279}
280
281// The deployment with the IAM user or AWS account does not exist.
282type DeploymentDoesNotExistException struct {
283	Message *string
284}
285
286func (e *DeploymentDoesNotExistException) Error() string {
287	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
288}
289func (e *DeploymentDoesNotExistException) ErrorMessage() string {
290	if e.Message == nil {
291		return ""
292	}
293	return *e.Message
294}
295func (e *DeploymentDoesNotExistException) ErrorCode() string {
296	return "DeploymentDoesNotExistException"
297}
298func (e *DeploymentDoesNotExistException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
299
300// A deployment group with the specified name with the IAM user or AWS account
301// already exists.
302type DeploymentGroupAlreadyExistsException struct {
303	Message *string
304}
305
306func (e *DeploymentGroupAlreadyExistsException) Error() string {
307	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
308}
309func (e *DeploymentGroupAlreadyExistsException) ErrorMessage() string {
310	if e.Message == nil {
311		return ""
312	}
313	return *e.Message
314}
315func (e *DeploymentGroupAlreadyExistsException) ErrorCode() string {
316	return "DeploymentGroupAlreadyExistsException"
317}
318func (e *DeploymentGroupAlreadyExistsException) ErrorFault() smithy.ErrorFault {
319	return smithy.FaultClient
320}
321
322// The named deployment group with the IAM user or AWS account does not exist.
323type DeploymentGroupDoesNotExistException struct {
324	Message *string
325}
326
327func (e *DeploymentGroupDoesNotExistException) Error() string {
328	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
329}
330func (e *DeploymentGroupDoesNotExistException) ErrorMessage() string {
331	if e.Message == nil {
332		return ""
333	}
334	return *e.Message
335}
336func (e *DeploymentGroupDoesNotExistException) ErrorCode() string {
337	return "DeploymentGroupDoesNotExistException"
338}
339func (e *DeploymentGroupDoesNotExistException) ErrorFault() smithy.ErrorFault {
340	return smithy.FaultClient
341}
342
343// The deployment groups limit was exceeded.
344type DeploymentGroupLimitExceededException struct {
345	Message *string
346}
347
348func (e *DeploymentGroupLimitExceededException) Error() string {
349	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
350}
351func (e *DeploymentGroupLimitExceededException) ErrorMessage() string {
352	if e.Message == nil {
353		return ""
354	}
355	return *e.Message
356}
357func (e *DeploymentGroupLimitExceededException) ErrorCode() string {
358	return "DeploymentGroupLimitExceededException"
359}
360func (e *DeploymentGroupLimitExceededException) ErrorFault() smithy.ErrorFault {
361	return smithy.FaultClient
362}
363
364// The deployment group name was not specified.
365type DeploymentGroupNameRequiredException struct {
366	Message *string
367}
368
369func (e *DeploymentGroupNameRequiredException) Error() string {
370	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
371}
372func (e *DeploymentGroupNameRequiredException) ErrorMessage() string {
373	if e.Message == nil {
374		return ""
375	}
376	return *e.Message
377}
378func (e *DeploymentGroupNameRequiredException) ErrorCode() string {
379	return "DeploymentGroupNameRequiredException"
380}
381func (e *DeploymentGroupNameRequiredException) ErrorFault() smithy.ErrorFault {
382	return smithy.FaultClient
383}
384
385// At least one deployment ID must be specified.
386type DeploymentIdRequiredException struct {
387	Message *string
388}
389
390func (e *DeploymentIdRequiredException) Error() string {
391	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
392}
393func (e *DeploymentIdRequiredException) ErrorMessage() string {
394	if e.Message == nil {
395		return ""
396	}
397	return *e.Message
398}
399func (e *DeploymentIdRequiredException) ErrorCode() string             { return "DeploymentIdRequiredException" }
400func (e *DeploymentIdRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
401
402// The deployment does not have a status of Ready and can't continue yet.
403type DeploymentIsNotInReadyStateException struct {
404	Message *string
405}
406
407func (e *DeploymentIsNotInReadyStateException) Error() string {
408	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
409}
410func (e *DeploymentIsNotInReadyStateException) ErrorMessage() string {
411	if e.Message == nil {
412		return ""
413	}
414	return *e.Message
415}
416func (e *DeploymentIsNotInReadyStateException) ErrorCode() string {
417	return "DeploymentIsNotInReadyStateException"
418}
419func (e *DeploymentIsNotInReadyStateException) ErrorFault() smithy.ErrorFault {
420	return smithy.FaultClient
421}
422
423// The number of allowed deployments was exceeded.
424type DeploymentLimitExceededException struct {
425	Message *string
426}
427
428func (e *DeploymentLimitExceededException) Error() string {
429	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
430}
431func (e *DeploymentLimitExceededException) ErrorMessage() string {
432	if e.Message == nil {
433		return ""
434	}
435	return *e.Message
436}
437func (e *DeploymentLimitExceededException) ErrorCode() string {
438	return "DeploymentLimitExceededException"
439}
440func (e *DeploymentLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
441
442// The specified deployment has not started.
443type DeploymentNotStartedException struct {
444	Message *string
445}
446
447func (e *DeploymentNotStartedException) Error() string {
448	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
449}
450func (e *DeploymentNotStartedException) ErrorMessage() string {
451	if e.Message == nil {
452		return ""
453	}
454	return *e.Message
455}
456func (e *DeploymentNotStartedException) ErrorCode() string             { return "DeploymentNotStartedException" }
457func (e *DeploymentNotStartedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
458
459// The provided target ID does not belong to the attempted deployment.
460type DeploymentTargetDoesNotExistException struct {
461	Message *string
462}
463
464func (e *DeploymentTargetDoesNotExistException) Error() string {
465	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
466}
467func (e *DeploymentTargetDoesNotExistException) ErrorMessage() string {
468	if e.Message == nil {
469		return ""
470	}
471	return *e.Message
472}
473func (e *DeploymentTargetDoesNotExistException) ErrorCode() string {
474	return "DeploymentTargetDoesNotExistException"
475}
476func (e *DeploymentTargetDoesNotExistException) ErrorFault() smithy.ErrorFault {
477	return smithy.FaultClient
478}
479
480// A deployment target ID was not provided.
481type DeploymentTargetIdRequiredException struct {
482	Message *string
483}
484
485func (e *DeploymentTargetIdRequiredException) Error() string {
486	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
487}
488func (e *DeploymentTargetIdRequiredException) ErrorMessage() string {
489	if e.Message == nil {
490		return ""
491	}
492	return *e.Message
493}
494func (e *DeploymentTargetIdRequiredException) ErrorCode() string {
495	return "DeploymentTargetIdRequiredException"
496}
497func (e *DeploymentTargetIdRequiredException) ErrorFault() smithy.ErrorFault {
498	return smithy.FaultClient
499}
500
501// The maximum number of targets that can be associated with an Amazon ECS or AWS
502// Lambda deployment was exceeded. The target list of both types of deployments
503// must have exactly one item. This exception does not apply to EC2/On-premises
504// deployments.
505type DeploymentTargetListSizeExceededException struct {
506	Message *string
507}
508
509func (e *DeploymentTargetListSizeExceededException) Error() string {
510	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
511}
512func (e *DeploymentTargetListSizeExceededException) ErrorMessage() string {
513	if e.Message == nil {
514		return ""
515	}
516	return *e.Message
517}
518func (e *DeploymentTargetListSizeExceededException) ErrorCode() string {
519	return "DeploymentTargetListSizeExceededException"
520}
521func (e *DeploymentTargetListSizeExceededException) ErrorFault() smithy.ErrorFault {
522	return smithy.FaultClient
523}
524
525// The description is too long.
526type DescriptionTooLongException struct {
527	Message *string
528}
529
530func (e *DescriptionTooLongException) Error() string {
531	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
532}
533func (e *DescriptionTooLongException) ErrorMessage() string {
534	if e.Message == nil {
535		return ""
536	}
537	return *e.Message
538}
539func (e *DescriptionTooLongException) ErrorCode() string             { return "DescriptionTooLongException" }
540func (e *DescriptionTooLongException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
541
542// The Amazon ECS service is associated with more than one deployment groups. An
543// Amazon ECS service can be associated with only one deployment group.
544type ECSServiceMappingLimitExceededException struct {
545	Message *string
546}
547
548func (e *ECSServiceMappingLimitExceededException) Error() string {
549	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
550}
551func (e *ECSServiceMappingLimitExceededException) ErrorMessage() string {
552	if e.Message == nil {
553		return ""
554	}
555	return *e.Message
556}
557func (e *ECSServiceMappingLimitExceededException) ErrorCode() string {
558	return "ECSServiceMappingLimitExceededException"
559}
560func (e *ECSServiceMappingLimitExceededException) ErrorFault() smithy.ErrorFault {
561	return smithy.FaultClient
562}
563
564// No GitHub account connection exists with the named specified in the call.
565type GitHubAccountTokenDoesNotExistException struct {
566	Message *string
567}
568
569func (e *GitHubAccountTokenDoesNotExistException) Error() string {
570	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
571}
572func (e *GitHubAccountTokenDoesNotExistException) ErrorMessage() string {
573	if e.Message == nil {
574		return ""
575	}
576	return *e.Message
577}
578func (e *GitHubAccountTokenDoesNotExistException) ErrorCode() string {
579	return "GitHubAccountTokenDoesNotExistException"
580}
581func (e *GitHubAccountTokenDoesNotExistException) ErrorFault() smithy.ErrorFault {
582	return smithy.FaultClient
583}
584
585// The call is missing a required GitHub account connection name.
586type GitHubAccountTokenNameRequiredException struct {
587	Message *string
588}
589
590func (e *GitHubAccountTokenNameRequiredException) Error() string {
591	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
592}
593func (e *GitHubAccountTokenNameRequiredException) ErrorMessage() string {
594	if e.Message == nil {
595		return ""
596	}
597	return *e.Message
598}
599func (e *GitHubAccountTokenNameRequiredException) ErrorCode() string {
600	return "GitHubAccountTokenNameRequiredException"
601}
602func (e *GitHubAccountTokenNameRequiredException) ErrorFault() smithy.ErrorFault {
603	return smithy.FaultClient
604}
605
606// No IAM ARN was included in the request. You must use an IAM session ARN or IAM
607// user ARN in the request.
608type IamArnRequiredException struct {
609	Message *string
610}
611
612func (e *IamArnRequiredException) Error() string {
613	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
614}
615func (e *IamArnRequiredException) ErrorMessage() string {
616	if e.Message == nil {
617		return ""
618	}
619	return *e.Message
620}
621func (e *IamArnRequiredException) ErrorCode() string             { return "IamArnRequiredException" }
622func (e *IamArnRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
623
624// The request included an IAM session ARN that has already been used to register a
625// different instance.
626type IamSessionArnAlreadyRegisteredException struct {
627	Message *string
628}
629
630func (e *IamSessionArnAlreadyRegisteredException) Error() string {
631	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
632}
633func (e *IamSessionArnAlreadyRegisteredException) ErrorMessage() string {
634	if e.Message == nil {
635		return ""
636	}
637	return *e.Message
638}
639func (e *IamSessionArnAlreadyRegisteredException) ErrorCode() string {
640	return "IamSessionArnAlreadyRegisteredException"
641}
642func (e *IamSessionArnAlreadyRegisteredException) ErrorFault() smithy.ErrorFault {
643	return smithy.FaultClient
644}
645
646// The specified IAM user ARN is already registered with an on-premises instance.
647type IamUserArnAlreadyRegisteredException struct {
648	Message *string
649}
650
651func (e *IamUserArnAlreadyRegisteredException) Error() string {
652	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
653}
654func (e *IamUserArnAlreadyRegisteredException) ErrorMessage() string {
655	if e.Message == nil {
656		return ""
657	}
658	return *e.Message
659}
660func (e *IamUserArnAlreadyRegisteredException) ErrorCode() string {
661	return "IamUserArnAlreadyRegisteredException"
662}
663func (e *IamUserArnAlreadyRegisteredException) ErrorFault() smithy.ErrorFault {
664	return smithy.FaultClient
665}
666
667// An IAM user ARN was not specified.
668type IamUserArnRequiredException struct {
669	Message *string
670}
671
672func (e *IamUserArnRequiredException) Error() string {
673	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
674}
675func (e *IamUserArnRequiredException) ErrorMessage() string {
676	if e.Message == nil {
677		return ""
678	}
679	return *e.Message
680}
681func (e *IamUserArnRequiredException) ErrorCode() string             { return "IamUserArnRequiredException" }
682func (e *IamUserArnRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
683
684// The specified instance does not exist in the deployment group.
685type InstanceDoesNotExistException struct {
686	Message *string
687}
688
689func (e *InstanceDoesNotExistException) Error() string {
690	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
691}
692func (e *InstanceDoesNotExistException) ErrorMessage() string {
693	if e.Message == nil {
694		return ""
695	}
696	return *e.Message
697}
698func (e *InstanceDoesNotExistException) ErrorCode() string             { return "InstanceDoesNotExistException" }
699func (e *InstanceDoesNotExistException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
700
701// The instance ID was not specified.
702type InstanceIdRequiredException struct {
703	Message *string
704}
705
706func (e *InstanceIdRequiredException) Error() string {
707	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
708}
709func (e *InstanceIdRequiredException) ErrorMessage() string {
710	if e.Message == nil {
711		return ""
712	}
713	return *e.Message
714}
715func (e *InstanceIdRequiredException) ErrorCode() string             { return "InstanceIdRequiredException" }
716func (e *InstanceIdRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
717
718// The maximum number of allowed on-premises instances in a single call was
719// exceeded.
720type InstanceLimitExceededException struct {
721	Message *string
722}
723
724func (e *InstanceLimitExceededException) Error() string {
725	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
726}
727func (e *InstanceLimitExceededException) ErrorMessage() string {
728	if e.Message == nil {
729		return ""
730	}
731	return *e.Message
732}
733func (e *InstanceLimitExceededException) ErrorCode() string             { return "InstanceLimitExceededException" }
734func (e *InstanceLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
735
736// The specified on-premises instance name is already registered.
737type InstanceNameAlreadyRegisteredException struct {
738	Message *string
739}
740
741func (e *InstanceNameAlreadyRegisteredException) Error() string {
742	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
743}
744func (e *InstanceNameAlreadyRegisteredException) ErrorMessage() string {
745	if e.Message == nil {
746		return ""
747	}
748	return *e.Message
749}
750func (e *InstanceNameAlreadyRegisteredException) ErrorCode() string {
751	return "InstanceNameAlreadyRegisteredException"
752}
753func (e *InstanceNameAlreadyRegisteredException) ErrorFault() smithy.ErrorFault {
754	return smithy.FaultClient
755}
756
757// An on-premises instance name was not specified.
758type InstanceNameRequiredException struct {
759	Message *string
760}
761
762func (e *InstanceNameRequiredException) Error() string {
763	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
764}
765func (e *InstanceNameRequiredException) ErrorMessage() string {
766	if e.Message == nil {
767		return ""
768	}
769	return *e.Message
770}
771func (e *InstanceNameRequiredException) ErrorCode() string             { return "InstanceNameRequiredException" }
772func (e *InstanceNameRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
773
774// The specified on-premises instance is not registered.
775type InstanceNotRegisteredException struct {
776	Message *string
777}
778
779func (e *InstanceNotRegisteredException) Error() string {
780	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
781}
782func (e *InstanceNotRegisteredException) ErrorMessage() string {
783	if e.Message == nil {
784		return ""
785	}
786	return *e.Message
787}
788func (e *InstanceNotRegisteredException) ErrorCode() string             { return "InstanceNotRegisteredException" }
789func (e *InstanceNotRegisteredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
790
791// The format of the alarm configuration is invalid. Possible causes include:
792//
793// *
794// The alarm list is null.
795//
796// * The alarm object is null.
797//
798// * The alarm name is empty
799// or null or exceeds the limit of 255 characters.
800//
801// * Two alarms with the same name
802// have been specified.
803//
804// * The alarm configuration is enabled, but the alarm list
805// is empty.
806type InvalidAlarmConfigException struct {
807	Message *string
808}
809
810func (e *InvalidAlarmConfigException) Error() string {
811	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
812}
813func (e *InvalidAlarmConfigException) ErrorMessage() string {
814	if e.Message == nil {
815		return ""
816	}
817	return *e.Message
818}
819func (e *InvalidAlarmConfigException) ErrorCode() string             { return "InvalidAlarmConfigException" }
820func (e *InvalidAlarmConfigException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
821
822// The application name was specified in an invalid format.
823type InvalidApplicationNameException struct {
824	Message *string
825}
826
827func (e *InvalidApplicationNameException) Error() string {
828	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
829}
830func (e *InvalidApplicationNameException) ErrorMessage() string {
831	if e.Message == nil {
832		return ""
833	}
834	return *e.Message
835}
836func (e *InvalidApplicationNameException) ErrorCode() string {
837	return "InvalidApplicationNameException"
838}
839func (e *InvalidApplicationNameException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
840
841// The specified ARN is not in a valid format.
842type InvalidArnException struct {
843	Message *string
844}
845
846func (e *InvalidArnException) Error() string {
847	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
848}
849func (e *InvalidArnException) ErrorMessage() string {
850	if e.Message == nil {
851		return ""
852	}
853	return *e.Message
854}
855func (e *InvalidArnException) ErrorCode() string             { return "InvalidArnException" }
856func (e *InvalidArnException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
857
858// The automatic rollback configuration was specified in an invalid format. For
859// example, automatic rollback is enabled, but an invalid triggering event type or
860// no event types were listed.
861type InvalidAutoRollbackConfigException struct {
862	Message *string
863}
864
865func (e *InvalidAutoRollbackConfigException) Error() string {
866	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
867}
868func (e *InvalidAutoRollbackConfigException) ErrorMessage() string {
869	if e.Message == nil {
870		return ""
871	}
872	return *e.Message
873}
874func (e *InvalidAutoRollbackConfigException) ErrorCode() string {
875	return "InvalidAutoRollbackConfigException"
876}
877func (e *InvalidAutoRollbackConfigException) ErrorFault() smithy.ErrorFault {
878	return smithy.FaultClient
879}
880
881// The Auto Scaling group was specified in an invalid format or does not exist.
882type InvalidAutoScalingGroupException struct {
883	Message *string
884}
885
886func (e *InvalidAutoScalingGroupException) Error() string {
887	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
888}
889func (e *InvalidAutoScalingGroupException) ErrorMessage() string {
890	if e.Message == nil {
891		return ""
892	}
893	return *e.Message
894}
895func (e *InvalidAutoScalingGroupException) ErrorCode() string {
896	return "InvalidAutoScalingGroupException"
897}
898func (e *InvalidAutoScalingGroupException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
899
900// The configuration for the blue/green deployment group was provided in an invalid
901// format. For information about deployment configuration format, see
902// CreateDeploymentConfig.
903type InvalidBlueGreenDeploymentConfigurationException struct {
904	Message *string
905}
906
907func (e *InvalidBlueGreenDeploymentConfigurationException) Error() string {
908	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
909}
910func (e *InvalidBlueGreenDeploymentConfigurationException) ErrorMessage() string {
911	if e.Message == nil {
912		return ""
913	}
914	return *e.Message
915}
916func (e *InvalidBlueGreenDeploymentConfigurationException) ErrorCode() string {
917	return "InvalidBlueGreenDeploymentConfigurationException"
918}
919func (e *InvalidBlueGreenDeploymentConfigurationException) ErrorFault() smithy.ErrorFault {
920	return smithy.FaultClient
921}
922
923// The bucket name either doesn't exist or was specified in an invalid format.
924type InvalidBucketNameFilterException struct {
925	Message *string
926}
927
928func (e *InvalidBucketNameFilterException) Error() string {
929	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
930}
931func (e *InvalidBucketNameFilterException) ErrorMessage() string {
932	if e.Message == nil {
933		return ""
934	}
935	return *e.Message
936}
937func (e *InvalidBucketNameFilterException) ErrorCode() string {
938	return "InvalidBucketNameFilterException"
939}
940func (e *InvalidBucketNameFilterException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
941
942// The computePlatform is invalid. The computePlatform should be Lambda, Server, or
943// ECS.
944type InvalidComputePlatformException struct {
945	Message *string
946}
947
948func (e *InvalidComputePlatformException) Error() string {
949	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
950}
951func (e *InvalidComputePlatformException) ErrorMessage() string {
952	if e.Message == nil {
953		return ""
954	}
955	return *e.Message
956}
957func (e *InvalidComputePlatformException) ErrorCode() string {
958	return "InvalidComputePlatformException"
959}
960func (e *InvalidComputePlatformException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
961
962// The deployed state filter was specified in an invalid format.
963type InvalidDeployedStateFilterException struct {
964	Message *string
965}
966
967func (e *InvalidDeployedStateFilterException) Error() string {
968	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
969}
970func (e *InvalidDeployedStateFilterException) ErrorMessage() string {
971	if e.Message == nil {
972		return ""
973	}
974	return *e.Message
975}
976func (e *InvalidDeployedStateFilterException) ErrorCode() string {
977	return "InvalidDeployedStateFilterException"
978}
979func (e *InvalidDeployedStateFilterException) ErrorFault() smithy.ErrorFault {
980	return smithy.FaultClient
981}
982
983// The deployment configuration name was specified in an invalid format.
984type InvalidDeploymentConfigNameException struct {
985	Message *string
986}
987
988func (e *InvalidDeploymentConfigNameException) Error() string {
989	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
990}
991func (e *InvalidDeploymentConfigNameException) ErrorMessage() string {
992	if e.Message == nil {
993		return ""
994	}
995	return *e.Message
996}
997func (e *InvalidDeploymentConfigNameException) ErrorCode() string {
998	return "InvalidDeploymentConfigNameException"
999}
1000func (e *InvalidDeploymentConfigNameException) ErrorFault() smithy.ErrorFault {
1001	return smithy.FaultClient
1002}
1003
1004// The deployment group name was specified in an invalid format.
1005type InvalidDeploymentGroupNameException struct {
1006	Message *string
1007}
1008
1009func (e *InvalidDeploymentGroupNameException) Error() string {
1010	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1011}
1012func (e *InvalidDeploymentGroupNameException) ErrorMessage() string {
1013	if e.Message == nil {
1014		return ""
1015	}
1016	return *e.Message
1017}
1018func (e *InvalidDeploymentGroupNameException) ErrorCode() string {
1019	return "InvalidDeploymentGroupNameException"
1020}
1021func (e *InvalidDeploymentGroupNameException) ErrorFault() smithy.ErrorFault {
1022	return smithy.FaultClient
1023}
1024
1025// At least one of the deployment IDs was specified in an invalid format.
1026type InvalidDeploymentIdException struct {
1027	Message *string
1028}
1029
1030func (e *InvalidDeploymentIdException) Error() string {
1031	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1032}
1033func (e *InvalidDeploymentIdException) ErrorMessage() string {
1034	if e.Message == nil {
1035		return ""
1036	}
1037	return *e.Message
1038}
1039func (e *InvalidDeploymentIdException) ErrorCode() string             { return "InvalidDeploymentIdException" }
1040func (e *InvalidDeploymentIdException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1041
1042// An instance type was specified for an in-place deployment. Instance types are
1043// supported for blue/green deployments only.
1044type InvalidDeploymentInstanceTypeException struct {
1045	Message *string
1046}
1047
1048func (e *InvalidDeploymentInstanceTypeException) Error() string {
1049	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1050}
1051func (e *InvalidDeploymentInstanceTypeException) ErrorMessage() string {
1052	if e.Message == nil {
1053		return ""
1054	}
1055	return *e.Message
1056}
1057func (e *InvalidDeploymentInstanceTypeException) ErrorCode() string {
1058	return "InvalidDeploymentInstanceTypeException"
1059}
1060func (e *InvalidDeploymentInstanceTypeException) ErrorFault() smithy.ErrorFault {
1061	return smithy.FaultClient
1062}
1063
1064// The specified deployment status doesn't exist or cannot be determined.
1065type InvalidDeploymentStatusException struct {
1066	Message *string
1067}
1068
1069func (e *InvalidDeploymentStatusException) Error() string {
1070	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1071}
1072func (e *InvalidDeploymentStatusException) ErrorMessage() string {
1073	if e.Message == nil {
1074		return ""
1075	}
1076	return *e.Message
1077}
1078func (e *InvalidDeploymentStatusException) ErrorCode() string {
1079	return "InvalidDeploymentStatusException"
1080}
1081func (e *InvalidDeploymentStatusException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1082
1083// An invalid deployment style was specified. Valid deployment types include
1084// "IN_PLACE" and "BLUE_GREEN." Valid deployment options include
1085// "WITH_TRAFFIC_CONTROL" and "WITHOUT_TRAFFIC_CONTROL."
1086type InvalidDeploymentStyleException struct {
1087	Message *string
1088}
1089
1090func (e *InvalidDeploymentStyleException) Error() string {
1091	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1092}
1093func (e *InvalidDeploymentStyleException) ErrorMessage() string {
1094	if e.Message == nil {
1095		return ""
1096	}
1097	return *e.Message
1098}
1099func (e *InvalidDeploymentStyleException) ErrorCode() string {
1100	return "InvalidDeploymentStyleException"
1101}
1102func (e *InvalidDeploymentStyleException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1103
1104// The target ID provided was not valid.
1105type InvalidDeploymentTargetIdException struct {
1106	Message *string
1107}
1108
1109func (e *InvalidDeploymentTargetIdException) Error() string {
1110	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1111}
1112func (e *InvalidDeploymentTargetIdException) ErrorMessage() string {
1113	if e.Message == nil {
1114		return ""
1115	}
1116	return *e.Message
1117}
1118func (e *InvalidDeploymentTargetIdException) ErrorCode() string {
1119	return "InvalidDeploymentTargetIdException"
1120}
1121func (e *InvalidDeploymentTargetIdException) ErrorFault() smithy.ErrorFault {
1122	return smithy.FaultClient
1123}
1124
1125// The wait type is invalid.
1126type InvalidDeploymentWaitTypeException struct {
1127	Message *string
1128}
1129
1130func (e *InvalidDeploymentWaitTypeException) Error() string {
1131	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1132}
1133func (e *InvalidDeploymentWaitTypeException) ErrorMessage() string {
1134	if e.Message == nil {
1135		return ""
1136	}
1137	return *e.Message
1138}
1139func (e *InvalidDeploymentWaitTypeException) ErrorCode() string {
1140	return "InvalidDeploymentWaitTypeException"
1141}
1142func (e *InvalidDeploymentWaitTypeException) ErrorFault() smithy.ErrorFault {
1143	return smithy.FaultClient
1144}
1145
1146// A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only
1147// one of these data types can be used in a single call.
1148type InvalidEC2TagCombinationException struct {
1149	Message *string
1150}
1151
1152func (e *InvalidEC2TagCombinationException) Error() string {
1153	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1154}
1155func (e *InvalidEC2TagCombinationException) ErrorMessage() string {
1156	if e.Message == nil {
1157		return ""
1158	}
1159	return *e.Message
1160}
1161func (e *InvalidEC2TagCombinationException) ErrorCode() string {
1162	return "InvalidEC2TagCombinationException"
1163}
1164func (e *InvalidEC2TagCombinationException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1165
1166// The tag was specified in an invalid format.
1167type InvalidEC2TagException struct {
1168	Message *string
1169}
1170
1171func (e *InvalidEC2TagException) Error() string {
1172	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1173}
1174func (e *InvalidEC2TagException) ErrorMessage() string {
1175	if e.Message == nil {
1176		return ""
1177	}
1178	return *e.Message
1179}
1180func (e *InvalidEC2TagException) ErrorCode() string             { return "InvalidEC2TagException" }
1181func (e *InvalidEC2TagException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1182
1183// The Amazon ECS service identifier is not valid.
1184type InvalidECSServiceException struct {
1185	Message *string
1186}
1187
1188func (e *InvalidECSServiceException) Error() string {
1189	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1190}
1191func (e *InvalidECSServiceException) ErrorMessage() string {
1192	if e.Message == nil {
1193		return ""
1194	}
1195	return *e.Message
1196}
1197func (e *InvalidECSServiceException) ErrorCode() string             { return "InvalidECSServiceException" }
1198func (e *InvalidECSServiceException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1199
1200// The external ID was specified in an invalid format.
1201type InvalidExternalIdException struct {
1202	Message *string
1203}
1204
1205func (e *InvalidExternalIdException) Error() string {
1206	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1207}
1208func (e *InvalidExternalIdException) ErrorMessage() string {
1209	if e.Message == nil {
1210		return ""
1211	}
1212	return *e.Message
1213}
1214func (e *InvalidExternalIdException) ErrorCode() string             { return "InvalidExternalIdException" }
1215func (e *InvalidExternalIdException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1216
1217// An invalid fileExistsBehavior option was specified to determine how AWS
1218// CodeDeploy handles files or directories that already exist in a deployment
1219// target location, but weren't part of the previous successful deployment. Valid
1220// values include "DISALLOW," "OVERWRITE," and "RETAIN."
1221type InvalidFileExistsBehaviorException struct {
1222	Message *string
1223}
1224
1225func (e *InvalidFileExistsBehaviorException) Error() string {
1226	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1227}
1228func (e *InvalidFileExistsBehaviorException) ErrorMessage() string {
1229	if e.Message == nil {
1230		return ""
1231	}
1232	return *e.Message
1233}
1234func (e *InvalidFileExistsBehaviorException) ErrorCode() string {
1235	return "InvalidFileExistsBehaviorException"
1236}
1237func (e *InvalidFileExistsBehaviorException) ErrorFault() smithy.ErrorFault {
1238	return smithy.FaultClient
1239}
1240
1241// The GitHub token is not valid.
1242type InvalidGitHubAccountTokenException struct {
1243	Message *string
1244}
1245
1246func (e *InvalidGitHubAccountTokenException) Error() string {
1247	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1248}
1249func (e *InvalidGitHubAccountTokenException) ErrorMessage() string {
1250	if e.Message == nil {
1251		return ""
1252	}
1253	return *e.Message
1254}
1255func (e *InvalidGitHubAccountTokenException) ErrorCode() string {
1256	return "InvalidGitHubAccountTokenException"
1257}
1258func (e *InvalidGitHubAccountTokenException) ErrorFault() smithy.ErrorFault {
1259	return smithy.FaultClient
1260}
1261
1262// The format of the specified GitHub account connection name is invalid.
1263type InvalidGitHubAccountTokenNameException struct {
1264	Message *string
1265}
1266
1267func (e *InvalidGitHubAccountTokenNameException) Error() string {
1268	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1269}
1270func (e *InvalidGitHubAccountTokenNameException) ErrorMessage() string {
1271	if e.Message == nil {
1272		return ""
1273	}
1274	return *e.Message
1275}
1276func (e *InvalidGitHubAccountTokenNameException) ErrorCode() string {
1277	return "InvalidGitHubAccountTokenNameException"
1278}
1279func (e *InvalidGitHubAccountTokenNameException) ErrorFault() smithy.ErrorFault {
1280	return smithy.FaultClient
1281}
1282
1283// The IAM session ARN was specified in an invalid format.
1284type InvalidIamSessionArnException struct {
1285	Message *string
1286}
1287
1288func (e *InvalidIamSessionArnException) Error() string {
1289	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1290}
1291func (e *InvalidIamSessionArnException) ErrorMessage() string {
1292	if e.Message == nil {
1293		return ""
1294	}
1295	return *e.Message
1296}
1297func (e *InvalidIamSessionArnException) ErrorCode() string             { return "InvalidIamSessionArnException" }
1298func (e *InvalidIamSessionArnException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1299
1300// The IAM user ARN was specified in an invalid format.
1301type InvalidIamUserArnException struct {
1302	Message *string
1303}
1304
1305func (e *InvalidIamUserArnException) Error() string {
1306	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1307}
1308func (e *InvalidIamUserArnException) ErrorMessage() string {
1309	if e.Message == nil {
1310		return ""
1311	}
1312	return *e.Message
1313}
1314func (e *InvalidIamUserArnException) ErrorCode() string             { return "InvalidIamUserArnException" }
1315func (e *InvalidIamUserArnException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1316
1317// The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments,
1318// false is expected. For EC2/On-premises deployments, true or false is expected.
1319type InvalidIgnoreApplicationStopFailuresValueException struct {
1320	Message *string
1321}
1322
1323func (e *InvalidIgnoreApplicationStopFailuresValueException) Error() string {
1324	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1325}
1326func (e *InvalidIgnoreApplicationStopFailuresValueException) ErrorMessage() string {
1327	if e.Message == nil {
1328		return ""
1329	}
1330	return *e.Message
1331}
1332func (e *InvalidIgnoreApplicationStopFailuresValueException) ErrorCode() string {
1333	return "InvalidIgnoreApplicationStopFailuresValueException"
1334}
1335func (e *InvalidIgnoreApplicationStopFailuresValueException) ErrorFault() smithy.ErrorFault {
1336	return smithy.FaultClient
1337}
1338
1339// The input was specified in an invalid format.
1340type InvalidInputException struct {
1341	Message *string
1342}
1343
1344func (e *InvalidInputException) Error() string {
1345	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1346}
1347func (e *InvalidInputException) ErrorMessage() string {
1348	if e.Message == nil {
1349		return ""
1350	}
1351	return *e.Message
1352}
1353func (e *InvalidInputException) ErrorCode() string             { return "InvalidInputException" }
1354func (e *InvalidInputException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1355
1356// The on-premises instance name was specified in an invalid format.
1357type InvalidInstanceNameException struct {
1358	Message *string
1359}
1360
1361func (e *InvalidInstanceNameException) Error() string {
1362	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1363}
1364func (e *InvalidInstanceNameException) ErrorMessage() string {
1365	if e.Message == nil {
1366		return ""
1367	}
1368	return *e.Message
1369}
1370func (e *InvalidInstanceNameException) ErrorCode() string             { return "InvalidInstanceNameException" }
1371func (e *InvalidInstanceNameException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1372
1373// The specified instance status does not exist.
1374type InvalidInstanceStatusException struct {
1375	Message *string
1376}
1377
1378func (e *InvalidInstanceStatusException) Error() string {
1379	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1380}
1381func (e *InvalidInstanceStatusException) ErrorMessage() string {
1382	if e.Message == nil {
1383		return ""
1384	}
1385	return *e.Message
1386}
1387func (e *InvalidInstanceStatusException) ErrorCode() string             { return "InvalidInstanceStatusException" }
1388func (e *InvalidInstanceStatusException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1389
1390// An invalid instance type was specified for instances in a blue/green deployment.
1391// Valid values include "Blue" for an original environment and "Green" for a
1392// replacement environment.
1393type InvalidInstanceTypeException struct {
1394	Message *string
1395}
1396
1397func (e *InvalidInstanceTypeException) Error() string {
1398	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1399}
1400func (e *InvalidInstanceTypeException) ErrorMessage() string {
1401	if e.Message == nil {
1402		return ""
1403	}
1404	return *e.Message
1405}
1406func (e *InvalidInstanceTypeException) ErrorCode() string             { return "InvalidInstanceTypeException" }
1407func (e *InvalidInstanceTypeException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1408
1409// The specified key prefix filter was specified in an invalid format.
1410type InvalidKeyPrefixFilterException struct {
1411	Message *string
1412}
1413
1414func (e *InvalidKeyPrefixFilterException) Error() string {
1415	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1416}
1417func (e *InvalidKeyPrefixFilterException) ErrorMessage() string {
1418	if e.Message == nil {
1419		return ""
1420	}
1421	return *e.Message
1422}
1423func (e *InvalidKeyPrefixFilterException) ErrorCode() string {
1424	return "InvalidKeyPrefixFilterException"
1425}
1426func (e *InvalidKeyPrefixFilterException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1427
1428// A lifecycle event hook is invalid. Review the hooks section in your AppSpec file
1429// to ensure the lifecycle events and hooks functions are valid.
1430type InvalidLifecycleEventHookExecutionIdException struct {
1431	Message *string
1432}
1433
1434func (e *InvalidLifecycleEventHookExecutionIdException) Error() string {
1435	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1436}
1437func (e *InvalidLifecycleEventHookExecutionIdException) ErrorMessage() string {
1438	if e.Message == nil {
1439		return ""
1440	}
1441	return *e.Message
1442}
1443func (e *InvalidLifecycleEventHookExecutionIdException) ErrorCode() string {
1444	return "InvalidLifecycleEventHookExecutionIdException"
1445}
1446func (e *InvalidLifecycleEventHookExecutionIdException) ErrorFault() smithy.ErrorFault {
1447	return smithy.FaultClient
1448}
1449
1450// The result of a Lambda validation function that verifies a lifecycle event is
1451// invalid. It should return Succeeded or Failed.
1452type InvalidLifecycleEventHookExecutionStatusException struct {
1453	Message *string
1454}
1455
1456func (e *InvalidLifecycleEventHookExecutionStatusException) Error() string {
1457	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1458}
1459func (e *InvalidLifecycleEventHookExecutionStatusException) ErrorMessage() string {
1460	if e.Message == nil {
1461		return ""
1462	}
1463	return *e.Message
1464}
1465func (e *InvalidLifecycleEventHookExecutionStatusException) ErrorCode() string {
1466	return "InvalidLifecycleEventHookExecutionStatusException"
1467}
1468func (e *InvalidLifecycleEventHookExecutionStatusException) ErrorFault() smithy.ErrorFault {
1469	return smithy.FaultClient
1470}
1471
1472// An invalid load balancer name, or no load balancer name, was specified.
1473type InvalidLoadBalancerInfoException struct {
1474	Message *string
1475}
1476
1477func (e *InvalidLoadBalancerInfoException) Error() string {
1478	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1479}
1480func (e *InvalidLoadBalancerInfoException) ErrorMessage() string {
1481	if e.Message == nil {
1482		return ""
1483	}
1484	return *e.Message
1485}
1486func (e *InvalidLoadBalancerInfoException) ErrorCode() string {
1487	return "InvalidLoadBalancerInfoException"
1488}
1489func (e *InvalidLoadBalancerInfoException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1490
1491// The minimum healthy instance value was specified in an invalid format.
1492type InvalidMinimumHealthyHostValueException struct {
1493	Message *string
1494}
1495
1496func (e *InvalidMinimumHealthyHostValueException) Error() string {
1497	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1498}
1499func (e *InvalidMinimumHealthyHostValueException) ErrorMessage() string {
1500	if e.Message == nil {
1501		return ""
1502	}
1503	return *e.Message
1504}
1505func (e *InvalidMinimumHealthyHostValueException) ErrorCode() string {
1506	return "InvalidMinimumHealthyHostValueException"
1507}
1508func (e *InvalidMinimumHealthyHostValueException) ErrorFault() smithy.ErrorFault {
1509	return smithy.FaultClient
1510}
1511
1512// The next token was specified in an invalid format.
1513type InvalidNextTokenException struct {
1514	Message *string
1515}
1516
1517func (e *InvalidNextTokenException) Error() string {
1518	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1519}
1520func (e *InvalidNextTokenException) ErrorMessage() string {
1521	if e.Message == nil {
1522		return ""
1523	}
1524	return *e.Message
1525}
1526func (e *InvalidNextTokenException) ErrorCode() string             { return "InvalidNextTokenException" }
1527func (e *InvalidNextTokenException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1528
1529// A call was submitted that specified both OnPremisesTagFilters and
1530// OnPremisesTagSet, but only one of these data types can be used in a single call.
1531type InvalidOnPremisesTagCombinationException struct {
1532	Message *string
1533}
1534
1535func (e *InvalidOnPremisesTagCombinationException) Error() string {
1536	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1537}
1538func (e *InvalidOnPremisesTagCombinationException) ErrorMessage() string {
1539	if e.Message == nil {
1540		return ""
1541	}
1542	return *e.Message
1543}
1544func (e *InvalidOnPremisesTagCombinationException) ErrorCode() string {
1545	return "InvalidOnPremisesTagCombinationException"
1546}
1547func (e *InvalidOnPremisesTagCombinationException) ErrorFault() smithy.ErrorFault {
1548	return smithy.FaultClient
1549}
1550
1551// An invalid operation was detected.
1552type InvalidOperationException struct {
1553	Message *string
1554}
1555
1556func (e *InvalidOperationException) Error() string {
1557	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1558}
1559func (e *InvalidOperationException) ErrorMessage() string {
1560	if e.Message == nil {
1561		return ""
1562	}
1563	return *e.Message
1564}
1565func (e *InvalidOperationException) ErrorCode() string             { return "InvalidOperationException" }
1566func (e *InvalidOperationException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1567
1568// The registration status was specified in an invalid format.
1569type InvalidRegistrationStatusException struct {
1570	Message *string
1571}
1572
1573func (e *InvalidRegistrationStatusException) Error() string {
1574	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1575}
1576func (e *InvalidRegistrationStatusException) ErrorMessage() string {
1577	if e.Message == nil {
1578		return ""
1579	}
1580	return *e.Message
1581}
1582func (e *InvalidRegistrationStatusException) ErrorCode() string {
1583	return "InvalidRegistrationStatusException"
1584}
1585func (e *InvalidRegistrationStatusException) ErrorFault() smithy.ErrorFault {
1586	return smithy.FaultClient
1587}
1588
1589// The revision was specified in an invalid format.
1590type InvalidRevisionException struct {
1591	Message *string
1592}
1593
1594func (e *InvalidRevisionException) Error() string {
1595	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1596}
1597func (e *InvalidRevisionException) ErrorMessage() string {
1598	if e.Message == nil {
1599		return ""
1600	}
1601	return *e.Message
1602}
1603func (e *InvalidRevisionException) ErrorCode() string             { return "InvalidRevisionException" }
1604func (e *InvalidRevisionException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1605
1606// The service role ARN was specified in an invalid format. Or, if an Auto Scaling
1607// group was specified, the specified service role does not grant the appropriate
1608// permissions to Amazon EC2 Auto Scaling.
1609type InvalidRoleException struct {
1610	Message *string
1611}
1612
1613func (e *InvalidRoleException) Error() string {
1614	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1615}
1616func (e *InvalidRoleException) ErrorMessage() string {
1617	if e.Message == nil {
1618		return ""
1619	}
1620	return *e.Message
1621}
1622func (e *InvalidRoleException) ErrorCode() string             { return "InvalidRoleException" }
1623func (e *InvalidRoleException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1624
1625// The column name to sort by is either not present or was specified in an invalid
1626// format.
1627type InvalidSortByException struct {
1628	Message *string
1629}
1630
1631func (e *InvalidSortByException) Error() string {
1632	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1633}
1634func (e *InvalidSortByException) ErrorMessage() string {
1635	if e.Message == nil {
1636		return ""
1637	}
1638	return *e.Message
1639}
1640func (e *InvalidSortByException) ErrorCode() string             { return "InvalidSortByException" }
1641func (e *InvalidSortByException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1642
1643// The sort order was specified in an invalid format.
1644type InvalidSortOrderException struct {
1645	Message *string
1646}
1647
1648func (e *InvalidSortOrderException) Error() string {
1649	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1650}
1651func (e *InvalidSortOrderException) ErrorMessage() string {
1652	if e.Message == nil {
1653		return ""
1654	}
1655	return *e.Message
1656}
1657func (e *InvalidSortOrderException) ErrorCode() string             { return "InvalidSortOrderException" }
1658func (e *InvalidSortOrderException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1659
1660// The tag was specified in an invalid format.
1661type InvalidTagException struct {
1662	Message *string
1663}
1664
1665func (e *InvalidTagException) Error() string {
1666	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1667}
1668func (e *InvalidTagException) ErrorMessage() string {
1669	if e.Message == nil {
1670		return ""
1671	}
1672	return *e.Message
1673}
1674func (e *InvalidTagException) ErrorCode() string             { return "InvalidTagException" }
1675func (e *InvalidTagException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1676
1677// The tag filter was specified in an invalid format.
1678type InvalidTagFilterException struct {
1679	Message *string
1680}
1681
1682func (e *InvalidTagFilterException) Error() string {
1683	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1684}
1685func (e *InvalidTagFilterException) ErrorMessage() string {
1686	if e.Message == nil {
1687		return ""
1688	}
1689	return *e.Message
1690}
1691func (e *InvalidTagFilterException) ErrorCode() string             { return "InvalidTagFilterException" }
1692func (e *InvalidTagFilterException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1693
1694// The specified tags are not valid.
1695type InvalidTagsToAddException struct {
1696	Message *string
1697}
1698
1699func (e *InvalidTagsToAddException) Error() string {
1700	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1701}
1702func (e *InvalidTagsToAddException) ErrorMessage() string {
1703	if e.Message == nil {
1704		return ""
1705	}
1706	return *e.Message
1707}
1708func (e *InvalidTagsToAddException) ErrorCode() string             { return "InvalidTagsToAddException" }
1709func (e *InvalidTagsToAddException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1710
1711// The target filter name is invalid.
1712type InvalidTargetFilterNameException struct {
1713	Message *string
1714}
1715
1716func (e *InvalidTargetFilterNameException) Error() string {
1717	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1718}
1719func (e *InvalidTargetFilterNameException) ErrorMessage() string {
1720	if e.Message == nil {
1721		return ""
1722	}
1723	return *e.Message
1724}
1725func (e *InvalidTargetFilterNameException) ErrorCode() string {
1726	return "InvalidTargetFilterNameException"
1727}
1728func (e *InvalidTargetFilterNameException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1729
1730// A target group pair associated with this deployment is not valid.
1731type InvalidTargetGroupPairException struct {
1732	Message *string
1733}
1734
1735func (e *InvalidTargetGroupPairException) Error() string {
1736	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1737}
1738func (e *InvalidTargetGroupPairException) ErrorMessage() string {
1739	if e.Message == nil {
1740		return ""
1741	}
1742	return *e.Message
1743}
1744func (e *InvalidTargetGroupPairException) ErrorCode() string {
1745	return "InvalidTargetGroupPairException"
1746}
1747func (e *InvalidTargetGroupPairException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1748
1749// The target instance configuration is invalid. Possible causes include:
1750//
1751// *
1752// Configuration data for target instances was entered for an in-place
1753// deployment.
1754//
1755// * The limit of 10 tags for a tag type was exceeded.
1756//
1757// * The combined
1758// length of the tag names exceeded the limit.
1759//
1760// * A specified tag is not currently
1761// applied to any instances.
1762type InvalidTargetInstancesException struct {
1763	Message *string
1764}
1765
1766func (e *InvalidTargetInstancesException) Error() string {
1767	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1768}
1769func (e *InvalidTargetInstancesException) ErrorMessage() string {
1770	if e.Message == nil {
1771		return ""
1772	}
1773	return *e.Message
1774}
1775func (e *InvalidTargetInstancesException) ErrorCode() string {
1776	return "InvalidTargetInstancesException"
1777}
1778func (e *InvalidTargetInstancesException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1779
1780// The specified time range was specified in an invalid format.
1781type InvalidTimeRangeException struct {
1782	Message *string
1783}
1784
1785func (e *InvalidTimeRangeException) Error() string {
1786	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1787}
1788func (e *InvalidTimeRangeException) ErrorMessage() string {
1789	if e.Message == nil {
1790		return ""
1791	}
1792	return *e.Message
1793}
1794func (e *InvalidTimeRangeException) ErrorCode() string             { return "InvalidTimeRangeException" }
1795func (e *InvalidTimeRangeException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1796
1797// The configuration that specifies how traffic is routed during a deployment is
1798// invalid.
1799type InvalidTrafficRoutingConfigurationException struct {
1800	Message *string
1801}
1802
1803func (e *InvalidTrafficRoutingConfigurationException) Error() string {
1804	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1805}
1806func (e *InvalidTrafficRoutingConfigurationException) ErrorMessage() string {
1807	if e.Message == nil {
1808		return ""
1809	}
1810	return *e.Message
1811}
1812func (e *InvalidTrafficRoutingConfigurationException) ErrorCode() string {
1813	return "InvalidTrafficRoutingConfigurationException"
1814}
1815func (e *InvalidTrafficRoutingConfigurationException) ErrorFault() smithy.ErrorFault {
1816	return smithy.FaultClient
1817}
1818
1819// The trigger was specified in an invalid format.
1820type InvalidTriggerConfigException struct {
1821	Message *string
1822}
1823
1824func (e *InvalidTriggerConfigException) Error() string {
1825	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1826}
1827func (e *InvalidTriggerConfigException) ErrorMessage() string {
1828	if e.Message == nil {
1829		return ""
1830	}
1831	return *e.Message
1832}
1833func (e *InvalidTriggerConfigException) ErrorCode() string             { return "InvalidTriggerConfigException" }
1834func (e *InvalidTriggerConfigException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1835
1836// The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments,
1837// false is expected. For EC2/On-premises deployments, true or false is expected.
1838type InvalidUpdateOutdatedInstancesOnlyValueException struct {
1839	Message *string
1840}
1841
1842func (e *InvalidUpdateOutdatedInstancesOnlyValueException) Error() string {
1843	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1844}
1845func (e *InvalidUpdateOutdatedInstancesOnlyValueException) ErrorMessage() string {
1846	if e.Message == nil {
1847		return ""
1848	}
1849	return *e.Message
1850}
1851func (e *InvalidUpdateOutdatedInstancesOnlyValueException) ErrorCode() string {
1852	return "InvalidUpdateOutdatedInstancesOnlyValueException"
1853}
1854func (e *InvalidUpdateOutdatedInstancesOnlyValueException) ErrorFault() smithy.ErrorFault {
1855	return smithy.FaultClient
1856}
1857
1858// An attempt to return the status of an already completed lifecycle event
1859// occurred.
1860type LifecycleEventAlreadyCompletedException struct {
1861	Message *string
1862}
1863
1864func (e *LifecycleEventAlreadyCompletedException) Error() string {
1865	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1866}
1867func (e *LifecycleEventAlreadyCompletedException) ErrorMessage() string {
1868	if e.Message == nil {
1869		return ""
1870	}
1871	return *e.Message
1872}
1873func (e *LifecycleEventAlreadyCompletedException) ErrorCode() string {
1874	return "LifecycleEventAlreadyCompletedException"
1875}
1876func (e *LifecycleEventAlreadyCompletedException) ErrorFault() smithy.ErrorFault {
1877	return smithy.FaultClient
1878}
1879
1880// The limit for lifecycle hooks was exceeded.
1881type LifecycleHookLimitExceededException struct {
1882	Message *string
1883}
1884
1885func (e *LifecycleHookLimitExceededException) Error() string {
1886	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1887}
1888func (e *LifecycleHookLimitExceededException) ErrorMessage() string {
1889	if e.Message == nil {
1890		return ""
1891	}
1892	return *e.Message
1893}
1894func (e *LifecycleHookLimitExceededException) ErrorCode() string {
1895	return "LifecycleHookLimitExceededException"
1896}
1897func (e *LifecycleHookLimitExceededException) ErrorFault() smithy.ErrorFault {
1898	return smithy.FaultClient
1899}
1900
1901// Both an IAM user ARN and an IAM session ARN were included in the request. Use
1902// only one ARN type.
1903type MultipleIamArnsProvidedException struct {
1904	Message *string
1905}
1906
1907func (e *MultipleIamArnsProvidedException) Error() string {
1908	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1909}
1910func (e *MultipleIamArnsProvidedException) ErrorMessage() string {
1911	if e.Message == nil {
1912		return ""
1913	}
1914	return *e.Message
1915}
1916func (e *MultipleIamArnsProvidedException) ErrorCode() string {
1917	return "MultipleIamArnsProvidedException"
1918}
1919func (e *MultipleIamArnsProvidedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1920
1921// The API used does not support the deployment.
1922type OperationNotSupportedException struct {
1923	Message *string
1924}
1925
1926func (e *OperationNotSupportedException) Error() string {
1927	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1928}
1929func (e *OperationNotSupportedException) ErrorMessage() string {
1930	if e.Message == nil {
1931		return ""
1932	}
1933	return *e.Message
1934}
1935func (e *OperationNotSupportedException) ErrorCode() string             { return "OperationNotSupportedException" }
1936func (e *OperationNotSupportedException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1937
1938// The ARN of a resource is required, but was not found.
1939type ResourceArnRequiredException struct {
1940	Message *string
1941}
1942
1943func (e *ResourceArnRequiredException) Error() string {
1944	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1945}
1946func (e *ResourceArnRequiredException) ErrorMessage() string {
1947	if e.Message == nil {
1948		return ""
1949	}
1950	return *e.Message
1951}
1952func (e *ResourceArnRequiredException) ErrorCode() string             { return "ResourceArnRequiredException" }
1953func (e *ResourceArnRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1954
1955// The specified resource could not be validated.
1956type ResourceValidationException struct {
1957	Message *string
1958}
1959
1960func (e *ResourceValidationException) Error() string {
1961	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1962}
1963func (e *ResourceValidationException) ErrorMessage() string {
1964	if e.Message == nil {
1965		return ""
1966	}
1967	return *e.Message
1968}
1969func (e *ResourceValidationException) ErrorCode() string             { return "ResourceValidationException" }
1970func (e *ResourceValidationException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1971
1972// The named revision does not exist with the IAM user or AWS account.
1973type RevisionDoesNotExistException struct {
1974	Message *string
1975}
1976
1977func (e *RevisionDoesNotExistException) Error() string {
1978	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1979}
1980func (e *RevisionDoesNotExistException) ErrorMessage() string {
1981	if e.Message == nil {
1982		return ""
1983	}
1984	return *e.Message
1985}
1986func (e *RevisionDoesNotExistException) ErrorCode() string             { return "RevisionDoesNotExistException" }
1987func (e *RevisionDoesNotExistException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
1988
1989// The revision ID was not specified.
1990type RevisionRequiredException struct {
1991	Message *string
1992}
1993
1994func (e *RevisionRequiredException) Error() string {
1995	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
1996}
1997func (e *RevisionRequiredException) ErrorMessage() string {
1998	if e.Message == nil {
1999		return ""
2000	}
2001	return *e.Message
2002}
2003func (e *RevisionRequiredException) ErrorCode() string             { return "RevisionRequiredException" }
2004func (e *RevisionRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
2005
2006// The role ID was not specified.
2007type RoleRequiredException struct {
2008	Message *string
2009}
2010
2011func (e *RoleRequiredException) Error() string {
2012	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2013}
2014func (e *RoleRequiredException) ErrorMessage() string {
2015	if e.Message == nil {
2016		return ""
2017	}
2018	return *e.Message
2019}
2020func (e *RoleRequiredException) ErrorCode() string             { return "RoleRequiredException" }
2021func (e *RoleRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
2022
2023// The maximum allowed number of tags was exceeded.
2024type TagLimitExceededException struct {
2025	Message *string
2026}
2027
2028func (e *TagLimitExceededException) Error() string {
2029	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2030}
2031func (e *TagLimitExceededException) ErrorMessage() string {
2032	if e.Message == nil {
2033		return ""
2034	}
2035	return *e.Message
2036}
2037func (e *TagLimitExceededException) ErrorCode() string             { return "TagLimitExceededException" }
2038func (e *TagLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
2039
2040// A tag was not specified.
2041type TagRequiredException struct {
2042	Message *string
2043}
2044
2045func (e *TagRequiredException) Error() string {
2046	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2047}
2048func (e *TagRequiredException) ErrorMessage() string {
2049	if e.Message == nil {
2050		return ""
2051	}
2052	return *e.Message
2053}
2054func (e *TagRequiredException) ErrorCode() string             { return "TagRequiredException" }
2055func (e *TagRequiredException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
2056
2057// The number of tag groups included in the tag set list exceeded the maximum
2058// allowed limit of 3.
2059type TagSetListLimitExceededException struct {
2060	Message *string
2061}
2062
2063func (e *TagSetListLimitExceededException) Error() string {
2064	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2065}
2066func (e *TagSetListLimitExceededException) ErrorMessage() string {
2067	if e.Message == nil {
2068		return ""
2069	}
2070	return *e.Message
2071}
2072func (e *TagSetListLimitExceededException) ErrorCode() string {
2073	return "TagSetListLimitExceededException"
2074}
2075func (e *TagSetListLimitExceededException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
2076
2077// An API function was called too frequently.
2078type ThrottlingException struct {
2079	Message *string
2080}
2081
2082func (e *ThrottlingException) Error() string {
2083	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2084}
2085func (e *ThrottlingException) ErrorMessage() string {
2086	if e.Message == nil {
2087		return ""
2088	}
2089	return *e.Message
2090}
2091func (e *ThrottlingException) ErrorCode() string             { return "ThrottlingException" }
2092func (e *ThrottlingException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }
2093
2094// The maximum allowed number of triggers was exceeded.
2095type TriggerTargetsLimitExceededException struct {
2096	Message *string
2097}
2098
2099func (e *TriggerTargetsLimitExceededException) Error() string {
2100	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2101}
2102func (e *TriggerTargetsLimitExceededException) ErrorMessage() string {
2103	if e.Message == nil {
2104		return ""
2105	}
2106	return *e.Message
2107}
2108func (e *TriggerTargetsLimitExceededException) ErrorCode() string {
2109	return "TriggerTargetsLimitExceededException"
2110}
2111func (e *TriggerTargetsLimitExceededException) ErrorFault() smithy.ErrorFault {
2112	return smithy.FaultClient
2113}
2114
2115// A call was submitted that is not supported for the specified deployment type.
2116type UnsupportedActionForDeploymentTypeException struct {
2117	Message *string
2118}
2119
2120func (e *UnsupportedActionForDeploymentTypeException) Error() string {
2121	return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage())
2122}
2123func (e *UnsupportedActionForDeploymentTypeException) ErrorMessage() string {
2124	if e.Message == nil {
2125		return ""
2126	}
2127	return *e.Message
2128}
2129func (e *UnsupportedActionForDeploymentTypeException) ErrorCode() string {
2130	return "UnsupportedActionForDeploymentTypeException"
2131}
2132func (e *UnsupportedActionForDeploymentTypeException) ErrorFault() smithy.ErrorFault {
2133	return smithy.FaultClient
2134}
2135