| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
- // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
- package codedeploy
- const (
- // ErrCodeAlarmsLimitExceededException for service response error code
- // "AlarmsLimitExceededException".
- //
- // The maximum number of alarms for a deployment group (10) was exceeded.
- ErrCodeAlarmsLimitExceededException = "AlarmsLimitExceededException"
- // ErrCodeApplicationAlreadyExistsException for service response error code
- // "ApplicationAlreadyExistsException".
- //
- // An application with the specified name with the IAM user or AWS account already
- // exists.
- ErrCodeApplicationAlreadyExistsException = "ApplicationAlreadyExistsException"
- // ErrCodeApplicationDoesNotExistException for service response error code
- // "ApplicationDoesNotExistException".
- //
- // The application does not exist with the IAM user or AWS account.
- ErrCodeApplicationDoesNotExistException = "ApplicationDoesNotExistException"
- // ErrCodeApplicationLimitExceededException for service response error code
- // "ApplicationLimitExceededException".
- //
- // More applications were attempted to be created than are allowed.
- ErrCodeApplicationLimitExceededException = "ApplicationLimitExceededException"
- // ErrCodeApplicationNameRequiredException for service response error code
- // "ApplicationNameRequiredException".
- //
- // The minimum number of required application names was not specified.
- ErrCodeApplicationNameRequiredException = "ApplicationNameRequiredException"
- // ErrCodeBatchLimitExceededException for service response error code
- // "BatchLimitExceededException".
- //
- // The maximum number of names or IDs allowed for this request (100) was exceeded.
- ErrCodeBatchLimitExceededException = "BatchLimitExceededException"
- // ErrCodeBucketNameFilterRequiredException for service response error code
- // "BucketNameFilterRequiredException".
- //
- // A bucket name is required, but was not provided.
- ErrCodeBucketNameFilterRequiredException = "BucketNameFilterRequiredException"
- // ErrCodeDeploymentAlreadyCompletedException for service response error code
- // "DeploymentAlreadyCompletedException".
- //
- // The deployment is already complete.
- ErrCodeDeploymentAlreadyCompletedException = "DeploymentAlreadyCompletedException"
- // ErrCodeDeploymentConfigAlreadyExistsException for service response error code
- // "DeploymentConfigAlreadyExistsException".
- //
- // A deployment configuration with the specified name with the IAM user or AWS
- // account already exists .
- ErrCodeDeploymentConfigAlreadyExistsException = "DeploymentConfigAlreadyExistsException"
- // ErrCodeDeploymentConfigDoesNotExistException for service response error code
- // "DeploymentConfigDoesNotExistException".
- //
- // The deployment configuration does not exist with the IAM user or AWS account.
- ErrCodeDeploymentConfigDoesNotExistException = "DeploymentConfigDoesNotExistException"
- // ErrCodeDeploymentConfigInUseException for service response error code
- // "DeploymentConfigInUseException".
- //
- // The deployment configuration is still in use.
- ErrCodeDeploymentConfigInUseException = "DeploymentConfigInUseException"
- // ErrCodeDeploymentConfigLimitExceededException for service response error code
- // "DeploymentConfigLimitExceededException".
- //
- // The deployment configurations limit was exceeded.
- ErrCodeDeploymentConfigLimitExceededException = "DeploymentConfigLimitExceededException"
- // ErrCodeDeploymentConfigNameRequiredException for service response error code
- // "DeploymentConfigNameRequiredException".
- //
- // The deployment configuration name was not specified.
- ErrCodeDeploymentConfigNameRequiredException = "DeploymentConfigNameRequiredException"
- // ErrCodeDeploymentDoesNotExistException for service response error code
- // "DeploymentDoesNotExistException".
- //
- // The deployment with the IAM user or AWS account does not exist.
- ErrCodeDeploymentDoesNotExistException = "DeploymentDoesNotExistException"
- // ErrCodeDeploymentGroupAlreadyExistsException for service response error code
- // "DeploymentGroupAlreadyExistsException".
- //
- // A deployment group with the specified name with the IAM user or AWS account
- // already exists.
- ErrCodeDeploymentGroupAlreadyExistsException = "DeploymentGroupAlreadyExistsException"
- // ErrCodeDeploymentGroupDoesNotExistException for service response error code
- // "DeploymentGroupDoesNotExistException".
- //
- // The named deployment group with the IAM user or AWS account does not exist.
- ErrCodeDeploymentGroupDoesNotExistException = "DeploymentGroupDoesNotExistException"
- // ErrCodeDeploymentGroupLimitExceededException for service response error code
- // "DeploymentGroupLimitExceededException".
- //
- // The deployment groups limit was exceeded.
- ErrCodeDeploymentGroupLimitExceededException = "DeploymentGroupLimitExceededException"
- // ErrCodeDeploymentGroupNameRequiredException for service response error code
- // "DeploymentGroupNameRequiredException".
- //
- // The deployment group name was not specified.
- ErrCodeDeploymentGroupNameRequiredException = "DeploymentGroupNameRequiredException"
- // ErrCodeDeploymentIdRequiredException for service response error code
- // "DeploymentIdRequiredException".
- //
- // At least one deployment ID must be specified.
- ErrCodeDeploymentIdRequiredException = "DeploymentIdRequiredException"
- // ErrCodeDeploymentIsNotInReadyStateException for service response error code
- // "DeploymentIsNotInReadyStateException".
- //
- // The deployment does not have a status of Ready and can't continue yet.
- ErrCodeDeploymentIsNotInReadyStateException = "DeploymentIsNotInReadyStateException"
- // ErrCodeDeploymentLimitExceededException for service response error code
- // "DeploymentLimitExceededException".
- //
- // The number of allowed deployments was exceeded.
- ErrCodeDeploymentLimitExceededException = "DeploymentLimitExceededException"
- // ErrCodeDeploymentNotStartedException for service response error code
- // "DeploymentNotStartedException".
- //
- // The specified deployment has not started.
- ErrCodeDeploymentNotStartedException = "DeploymentNotStartedException"
- // ErrCodeDeploymentTargetDoesNotExistException for service response error code
- // "DeploymentTargetDoesNotExistException".
- //
- // The provided target ID does not belong to the attempted deployment.
- ErrCodeDeploymentTargetDoesNotExistException = "DeploymentTargetDoesNotExistException"
- // ErrCodeDeploymentTargetIdRequiredException for service response error code
- // "DeploymentTargetIdRequiredException".
- //
- // A deployment target ID was not provided.
- ErrCodeDeploymentTargetIdRequiredException = "DeploymentTargetIdRequiredException"
- // ErrCodeDeploymentTargetListSizeExceededException for service response error code
- // "DeploymentTargetListSizeExceededException".
- //
- // The maximum number of targets that can be associated with an Amazon ECS or
- // AWS Lambda deployment was exceeded. The target list of both types of deployments
- // must have exactly one item. This exception does not apply to EC2/On-premises
- // deployments.
- ErrCodeDeploymentTargetListSizeExceededException = "DeploymentTargetListSizeExceededException"
- // ErrCodeDescriptionTooLongException for service response error code
- // "DescriptionTooLongException".
- //
- // The description is too long.
- ErrCodeDescriptionTooLongException = "DescriptionTooLongException"
- // ErrCodeECSServiceMappingLimitExceededException for service response error code
- // "ECSServiceMappingLimitExceededException".
- //
- // The Amazon ECS service is associated with more than one deployment groups.
- // An Amazon ECS service can be associated with only one deployment group.
- ErrCodeECSServiceMappingLimitExceededException = "ECSServiceMappingLimitExceededException"
- // ErrCodeGitHubAccountTokenDoesNotExistException for service response error code
- // "GitHubAccountTokenDoesNotExistException".
- //
- // No GitHub account connection exists with the named specified in the call.
- ErrCodeGitHubAccountTokenDoesNotExistException = "GitHubAccountTokenDoesNotExistException"
- // ErrCodeGitHubAccountTokenNameRequiredException for service response error code
- // "GitHubAccountTokenNameRequiredException".
- //
- // The call is missing a required GitHub account connection name.
- ErrCodeGitHubAccountTokenNameRequiredException = "GitHubAccountTokenNameRequiredException"
- // ErrCodeIamArnRequiredException for service response error code
- // "IamArnRequiredException".
- //
- // No IAM ARN was included in the request. You must use an IAM session ARN or
- // IAM user ARN in the request.
- ErrCodeIamArnRequiredException = "IamArnRequiredException"
- // ErrCodeIamSessionArnAlreadyRegisteredException for service response error code
- // "IamSessionArnAlreadyRegisteredException".
- //
- // The request included an IAM session ARN that has already been used to register
- // a different instance.
- ErrCodeIamSessionArnAlreadyRegisteredException = "IamSessionArnAlreadyRegisteredException"
- // ErrCodeIamUserArnAlreadyRegisteredException for service response error code
- // "IamUserArnAlreadyRegisteredException".
- //
- // The specified IAM user ARN is already registered with an on-premises instance.
- ErrCodeIamUserArnAlreadyRegisteredException = "IamUserArnAlreadyRegisteredException"
- // ErrCodeIamUserArnRequiredException for service response error code
- // "IamUserArnRequiredException".
- //
- // An IAM user ARN was not specified.
- ErrCodeIamUserArnRequiredException = "IamUserArnRequiredException"
- // ErrCodeInstanceDoesNotExistException for service response error code
- // "InstanceDoesNotExistException".
- //
- // The specified instance does not exist in the deployment group.
- ErrCodeInstanceDoesNotExistException = "InstanceDoesNotExistException"
- // ErrCodeInstanceIdRequiredException for service response error code
- // "InstanceIdRequiredException".
- //
- // The instance ID was not specified.
- ErrCodeInstanceIdRequiredException = "InstanceIdRequiredException"
- // ErrCodeInstanceLimitExceededException for service response error code
- // "InstanceLimitExceededException".
- //
- // The maximum number of allowed on-premises instances in a single call was
- // exceeded.
- ErrCodeInstanceLimitExceededException = "InstanceLimitExceededException"
- // ErrCodeInstanceNameAlreadyRegisteredException for service response error code
- // "InstanceNameAlreadyRegisteredException".
- //
- // The specified on-premises instance name is already registered.
- ErrCodeInstanceNameAlreadyRegisteredException = "InstanceNameAlreadyRegisteredException"
- // ErrCodeInstanceNameRequiredException for service response error code
- // "InstanceNameRequiredException".
- //
- // An on-premises instance name was not specified.
- ErrCodeInstanceNameRequiredException = "InstanceNameRequiredException"
- // ErrCodeInstanceNotRegisteredException for service response error code
- // "InstanceNotRegisteredException".
- //
- // The specified on-premises instance is not registered.
- ErrCodeInstanceNotRegisteredException = "InstanceNotRegisteredException"
- // ErrCodeInvalidAlarmConfigException for service response error code
- // "InvalidAlarmConfigException".
- //
- // The format of the alarm configuration is invalid. Possible causes include:
- //
- // * The alarm list is null.
- //
- // * The alarm object is null.
- //
- // * The alarm name is empty or null or exceeds the limit of 255 characters.
- //
- // * Two alarms with the same name have been specified.
- //
- // * The alarm configuration is enabled, but the alarm list is empty.
- ErrCodeInvalidAlarmConfigException = "InvalidAlarmConfigException"
- // ErrCodeInvalidApplicationNameException for service response error code
- // "InvalidApplicationNameException".
- //
- // The application name was specified in an invalid format.
- ErrCodeInvalidApplicationNameException = "InvalidApplicationNameException"
- // ErrCodeInvalidAutoRollbackConfigException for service response error code
- // "InvalidAutoRollbackConfigException".
- //
- // The automatic rollback configuration was specified in an invalid format.
- // For example, automatic rollback is enabled, but an invalid triggering event
- // type or no event types were listed.
- ErrCodeInvalidAutoRollbackConfigException = "InvalidAutoRollbackConfigException"
- // ErrCodeInvalidAutoScalingGroupException for service response error code
- // "InvalidAutoScalingGroupException".
- //
- // The Auto Scaling group was specified in an invalid format or does not exist.
- ErrCodeInvalidAutoScalingGroupException = "InvalidAutoScalingGroupException"
- // ErrCodeInvalidBlueGreenDeploymentConfigurationException for service response error code
- // "InvalidBlueGreenDeploymentConfigurationException".
- //
- // The configuration for the blue/green deployment group was provided in an
- // invalid format. For information about deployment configuration format, see
- // CreateDeploymentConfig.
- ErrCodeInvalidBlueGreenDeploymentConfigurationException = "InvalidBlueGreenDeploymentConfigurationException"
- // ErrCodeInvalidBucketNameFilterException for service response error code
- // "InvalidBucketNameFilterException".
- //
- // The bucket name either doesn't exist or was specified in an invalid format.
- ErrCodeInvalidBucketNameFilterException = "InvalidBucketNameFilterException"
- // ErrCodeInvalidComputePlatformException for service response error code
- // "InvalidComputePlatformException".
- //
- // The computePlatform is invalid. The computePlatform should be Lambda or Server.
- ErrCodeInvalidComputePlatformException = "InvalidComputePlatformException"
- // ErrCodeInvalidDeployedStateFilterException for service response error code
- // "InvalidDeployedStateFilterException".
- //
- // The deployed state filter was specified in an invalid format.
- ErrCodeInvalidDeployedStateFilterException = "InvalidDeployedStateFilterException"
- // ErrCodeInvalidDeploymentConfigNameException for service response error code
- // "InvalidDeploymentConfigNameException".
- //
- // The deployment configuration name was specified in an invalid format.
- ErrCodeInvalidDeploymentConfigNameException = "InvalidDeploymentConfigNameException"
- // ErrCodeInvalidDeploymentGroupNameException for service response error code
- // "InvalidDeploymentGroupNameException".
- //
- // The deployment group name was specified in an invalid format.
- ErrCodeInvalidDeploymentGroupNameException = "InvalidDeploymentGroupNameException"
- // ErrCodeInvalidDeploymentIdException for service response error code
- // "InvalidDeploymentIdException".
- //
- // At least one of the deployment IDs was specified in an invalid format.
- ErrCodeInvalidDeploymentIdException = "InvalidDeploymentIdException"
- // ErrCodeInvalidDeploymentInstanceTypeException for service response error code
- // "InvalidDeploymentInstanceTypeException".
- //
- // An instance type was specified for an in-place deployment. Instance types
- // are supported for blue/green deployments only.
- ErrCodeInvalidDeploymentInstanceTypeException = "InvalidDeploymentInstanceTypeException"
- // ErrCodeInvalidDeploymentStatusException for service response error code
- // "InvalidDeploymentStatusException".
- //
- // The specified deployment status doesn't exist or cannot be determined.
- ErrCodeInvalidDeploymentStatusException = "InvalidDeploymentStatusException"
- // ErrCodeInvalidDeploymentStyleException for service response error code
- // "InvalidDeploymentStyleException".
- //
- // An invalid deployment style was specified. Valid deployment types include
- // "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL"
- // and "WITHOUT_TRAFFIC_CONTROL."
- ErrCodeInvalidDeploymentStyleException = "InvalidDeploymentStyleException"
- // ErrCodeInvalidDeploymentTargetIdException for service response error code
- // "InvalidDeploymentTargetIdException".
- //
- // The target ID provided was not valid.
- ErrCodeInvalidDeploymentTargetIdException = "InvalidDeploymentTargetIdException"
- // ErrCodeInvalidDeploymentWaitTypeException for service response error code
- // "InvalidDeploymentWaitTypeException".
- //
- // The wait type is invalid.
- ErrCodeInvalidDeploymentWaitTypeException = "InvalidDeploymentWaitTypeException"
- // ErrCodeInvalidEC2TagCombinationException for service response error code
- // "InvalidEC2TagCombinationException".
- //
- // A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but
- // only one of these data types can be used in a single call.
- ErrCodeInvalidEC2TagCombinationException = "InvalidEC2TagCombinationException"
- // ErrCodeInvalidEC2TagException for service response error code
- // "InvalidEC2TagException".
- //
- // The tag was specified in an invalid format.
- ErrCodeInvalidEC2TagException = "InvalidEC2TagException"
- // ErrCodeInvalidECSServiceException for service response error code
- // "InvalidECSServiceException".
- //
- // The Amazon ECS service identifier is not valid.
- ErrCodeInvalidECSServiceException = "InvalidECSServiceException"
- // ErrCodeInvalidFileExistsBehaviorException for service response error code
- // "InvalidFileExistsBehaviorException".
- //
- // An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy
- // handles files or directories that already exist in a deployment target location,
- // but weren't part of the previous successful deployment. Valid values include
- // "DISALLOW," "OVERWRITE," and "RETAIN."
- ErrCodeInvalidFileExistsBehaviorException = "InvalidFileExistsBehaviorException"
- // ErrCodeInvalidGitHubAccountTokenException for service response error code
- // "InvalidGitHubAccountTokenException".
- //
- // The GitHub token is not valid.
- ErrCodeInvalidGitHubAccountTokenException = "InvalidGitHubAccountTokenException"
- // ErrCodeInvalidGitHubAccountTokenNameException for service response error code
- // "InvalidGitHubAccountTokenNameException".
- //
- // The format of the specified GitHub account connection name is invalid.
- ErrCodeInvalidGitHubAccountTokenNameException = "InvalidGitHubAccountTokenNameException"
- // ErrCodeInvalidIamSessionArnException for service response error code
- // "InvalidIamSessionArnException".
- //
- // The IAM session ARN was specified in an invalid format.
- ErrCodeInvalidIamSessionArnException = "InvalidIamSessionArnException"
- // ErrCodeInvalidIamUserArnException for service response error code
- // "InvalidIamUserArnException".
- //
- // The IAM user ARN was specified in an invalid format.
- ErrCodeInvalidIamUserArnException = "InvalidIamUserArnException"
- // ErrCodeInvalidIgnoreApplicationStopFailuresValueException for service response error code
- // "InvalidIgnoreApplicationStopFailuresValueException".
- //
- // The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments,
- // false is expected. For EC2/On-premises deployments, true or false is expected.
- ErrCodeInvalidIgnoreApplicationStopFailuresValueException = "InvalidIgnoreApplicationStopFailuresValueException"
- // ErrCodeInvalidInputException for service response error code
- // "InvalidInputException".
- //
- // The input was specified in an invalid format.
- ErrCodeInvalidInputException = "InvalidInputException"
- // ErrCodeInvalidInstanceNameException for service response error code
- // "InvalidInstanceNameException".
- //
- // The on-premises instance name was specified in an invalid format.
- ErrCodeInvalidInstanceNameException = "InvalidInstanceNameException"
- // ErrCodeInvalidInstanceStatusException for service response error code
- // "InvalidInstanceStatusException".
- //
- // The specified instance status does not exist.
- ErrCodeInvalidInstanceStatusException = "InvalidInstanceStatusException"
- // ErrCodeInvalidInstanceTypeException for service response error code
- // "InvalidInstanceTypeException".
- //
- // An invalid instance type was specified for instances in a blue/green deployment.
- // Valid values include "Blue" for an original environment and "Green" for a
- // replacement environment.
- ErrCodeInvalidInstanceTypeException = "InvalidInstanceTypeException"
- // ErrCodeInvalidKeyPrefixFilterException for service response error code
- // "InvalidKeyPrefixFilterException".
- //
- // The specified key prefix filter was specified in an invalid format.
- ErrCodeInvalidKeyPrefixFilterException = "InvalidKeyPrefixFilterException"
- // ErrCodeInvalidLifecycleEventHookExecutionIdException for service response error code
- // "InvalidLifecycleEventHookExecutionIdException".
- //
- // A lifecycle event hook is invalid. Review the hooks section in your AppSpec
- // file to ensure the lifecycle events and hooks functions are valid.
- ErrCodeInvalidLifecycleEventHookExecutionIdException = "InvalidLifecycleEventHookExecutionIdException"
- // ErrCodeInvalidLifecycleEventHookExecutionStatusException for service response error code
- // "InvalidLifecycleEventHookExecutionStatusException".
- //
- // The result of a Lambda validation function that verifies a lifecycle event
- // is invalid. It should return Succeeded or Failed.
- ErrCodeInvalidLifecycleEventHookExecutionStatusException = "InvalidLifecycleEventHookExecutionStatusException"
- // ErrCodeInvalidLoadBalancerInfoException for service response error code
- // "InvalidLoadBalancerInfoException".
- //
- // An invalid load balancer name, or no load balancer name, was specified.
- ErrCodeInvalidLoadBalancerInfoException = "InvalidLoadBalancerInfoException"
- // ErrCodeInvalidMinimumHealthyHostValueException for service response error code
- // "InvalidMinimumHealthyHostValueException".
- //
- // The minimum healthy instance value was specified in an invalid format.
- ErrCodeInvalidMinimumHealthyHostValueException = "InvalidMinimumHealthyHostValueException"
- // ErrCodeInvalidNextTokenException for service response error code
- // "InvalidNextTokenException".
- //
- // The next token was specified in an invalid format.
- ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
- // ErrCodeInvalidOnPremisesTagCombinationException for service response error code
- // "InvalidOnPremisesTagCombinationException".
- //
- // A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet,
- // but only one of these data types can be used in a single call.
- ErrCodeInvalidOnPremisesTagCombinationException = "InvalidOnPremisesTagCombinationException"
- // ErrCodeInvalidOperationException for service response error code
- // "InvalidOperationException".
- //
- // An invalid operation was detected.
- ErrCodeInvalidOperationException = "InvalidOperationException"
- // ErrCodeInvalidRegistrationStatusException for service response error code
- // "InvalidRegistrationStatusException".
- //
- // The registration status was specified in an invalid format.
- ErrCodeInvalidRegistrationStatusException = "InvalidRegistrationStatusException"
- // ErrCodeInvalidRevisionException for service response error code
- // "InvalidRevisionException".
- //
- // The revision was specified in an invalid format.
- ErrCodeInvalidRevisionException = "InvalidRevisionException"
- // ErrCodeInvalidRoleException for service response error code
- // "InvalidRoleException".
- //
- // The service role ARN was specified in an invalid format. Or, if an Auto Scaling
- // group was specified, the specified service role does not grant the appropriate
- // permissions to Amazon EC2 Auto Scaling.
- ErrCodeInvalidRoleException = "InvalidRoleException"
- // ErrCodeInvalidSortByException for service response error code
- // "InvalidSortByException".
- //
- // The column name to sort by is either not present or was specified in an invalid
- // format.
- ErrCodeInvalidSortByException = "InvalidSortByException"
- // ErrCodeInvalidSortOrderException for service response error code
- // "InvalidSortOrderException".
- //
- // The sort order was specified in an invalid format.
- ErrCodeInvalidSortOrderException = "InvalidSortOrderException"
- // ErrCodeInvalidTagException for service response error code
- // "InvalidTagException".
- //
- // The tag was specified in an invalid format.
- ErrCodeInvalidTagException = "InvalidTagException"
- // ErrCodeInvalidTagFilterException for service response error code
- // "InvalidTagFilterException".
- //
- // The tag filter was specified in an invalid format.
- ErrCodeInvalidTagFilterException = "InvalidTagFilterException"
- // ErrCodeInvalidTargetFilterNameException for service response error code
- // "InvalidTargetFilterNameException".
- //
- // The target filter name is invalid.
- ErrCodeInvalidTargetFilterNameException = "InvalidTargetFilterNameException"
- // ErrCodeInvalidTargetGroupPairException for service response error code
- // "InvalidTargetGroupPairException".
- //
- // A target group pair associated with this deployment is not valid.
- ErrCodeInvalidTargetGroupPairException = "InvalidTargetGroupPairException"
- // ErrCodeInvalidTargetInstancesException for service response error code
- // "InvalidTargetInstancesException".
- //
- // The target instance configuration is invalid. Possible causes include:
- //
- // * Configuration data for target instances was entered for an in-place
- // deployment.
- //
- // * The limit of 10 tags for a tag type was exceeded.
- //
- // * The combined length of the tag names exceeded the limit.
- //
- // * A specified tag is not currently applied to any instances.
- ErrCodeInvalidTargetInstancesException = "InvalidTargetInstancesException"
- // ErrCodeInvalidTimeRangeException for service response error code
- // "InvalidTimeRangeException".
- //
- // The specified time range was specified in an invalid format.
- ErrCodeInvalidTimeRangeException = "InvalidTimeRangeException"
- // ErrCodeInvalidTrafficRoutingConfigurationException for service response error code
- // "InvalidTrafficRoutingConfigurationException".
- //
- // The configuration that specifies how traffic is routed during a deployment
- // is invalid.
- ErrCodeInvalidTrafficRoutingConfigurationException = "InvalidTrafficRoutingConfigurationException"
- // ErrCodeInvalidTriggerConfigException for service response error code
- // "InvalidTriggerConfigException".
- //
- // The trigger was specified in an invalid format.
- ErrCodeInvalidTriggerConfigException = "InvalidTriggerConfigException"
- // ErrCodeInvalidUpdateOutdatedInstancesOnlyValueException for service response error code
- // "InvalidUpdateOutdatedInstancesOnlyValueException".
- //
- // The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments,
- // false is expected. For EC2/On-premises deployments, true or false is expected.
- ErrCodeInvalidUpdateOutdatedInstancesOnlyValueException = "InvalidUpdateOutdatedInstancesOnlyValueException"
- // ErrCodeLifecycleEventAlreadyCompletedException for service response error code
- // "LifecycleEventAlreadyCompletedException".
- //
- // An attempt to return the status of an already completed lifecycle event occurred.
- ErrCodeLifecycleEventAlreadyCompletedException = "LifecycleEventAlreadyCompletedException"
- // ErrCodeLifecycleHookLimitExceededException for service response error code
- // "LifecycleHookLimitExceededException".
- //
- // The limit for lifecycle hooks was exceeded.
- ErrCodeLifecycleHookLimitExceededException = "LifecycleHookLimitExceededException"
- // ErrCodeMultipleIamArnsProvidedException for service response error code
- // "MultipleIamArnsProvidedException".
- //
- // Both an IAM user ARN and an IAM session ARN were included in the request.
- // Use only one ARN type.
- ErrCodeMultipleIamArnsProvidedException = "MultipleIamArnsProvidedException"
- // ErrCodeOperationNotSupportedException for service response error code
- // "OperationNotSupportedException".
- //
- // The API used does not support the deployment.
- ErrCodeOperationNotSupportedException = "OperationNotSupportedException"
- // ErrCodeResourceValidationException for service response error code
- // "ResourceValidationException".
- //
- // The specified resource could not be validated.
- ErrCodeResourceValidationException = "ResourceValidationException"
- // ErrCodeRevisionDoesNotExistException for service response error code
- // "RevisionDoesNotExistException".
- //
- // The named revision does not exist with the IAM user or AWS account.
- ErrCodeRevisionDoesNotExistException = "RevisionDoesNotExistException"
- // ErrCodeRevisionRequiredException for service response error code
- // "RevisionRequiredException".
- //
- // The revision ID was not specified.
- ErrCodeRevisionRequiredException = "RevisionRequiredException"
- // ErrCodeRoleRequiredException for service response error code
- // "RoleRequiredException".
- //
- // The role ID was not specified.
- ErrCodeRoleRequiredException = "RoleRequiredException"
- // ErrCodeTagLimitExceededException for service response error code
- // "TagLimitExceededException".
- //
- // The maximum allowed number of tags was exceeded.
- ErrCodeTagLimitExceededException = "TagLimitExceededException"
- // ErrCodeTagRequiredException for service response error code
- // "TagRequiredException".
- //
- // A tag was not specified.
- ErrCodeTagRequiredException = "TagRequiredException"
- // ErrCodeTagSetListLimitExceededException for service response error code
- // "TagSetListLimitExceededException".
- //
- // The number of tag groups included in the tag set list exceeded the maximum
- // allowed limit of 3.
- ErrCodeTagSetListLimitExceededException = "TagSetListLimitExceededException"
- // ErrCodeThrottlingException for service response error code
- // "ThrottlingException".
- //
- // An API function was called too frequently.
- ErrCodeThrottlingException = "ThrottlingException"
- // ErrCodeTriggerTargetsLimitExceededException for service response error code
- // "TriggerTargetsLimitExceededException".
- //
- // The maximum allowed number of triggers was exceeded.
- ErrCodeTriggerTargetsLimitExceededException = "TriggerTargetsLimitExceededException"
- // ErrCodeUnsupportedActionForDeploymentTypeException for service response error code
- // "UnsupportedActionForDeploymentTypeException".
- //
- // A call was submitted that is not supported for the specified deployment type.
- ErrCodeUnsupportedActionForDeploymentTypeException = "UnsupportedActionForDeploymentTypeException"
- )
|