github.com/aavshr/aws-sdk-go@v1.41.3/service/autoscaling/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package autoscaling 4 5 const ( 6 7 // ErrCodeActiveInstanceRefreshNotFoundFault for service response error code 8 // "ActiveInstanceRefreshNotFound". 9 // 10 // The request failed because an active instance refresh for the specified Auto 11 // Scaling group was not found. 12 ErrCodeActiveInstanceRefreshNotFoundFault = "ActiveInstanceRefreshNotFound" 13 14 // ErrCodeAlreadyExistsFault for service response error code 15 // "AlreadyExists". 16 // 17 // You already have an Auto Scaling group or launch configuration with this 18 // name. 19 ErrCodeAlreadyExistsFault = "AlreadyExists" 20 21 // ErrCodeInstanceRefreshInProgressFault for service response error code 22 // "InstanceRefreshInProgress". 23 // 24 // The request failed because an active instance refresh operation already exists 25 // for the specified Auto Scaling group. 26 ErrCodeInstanceRefreshInProgressFault = "InstanceRefreshInProgress" 27 28 // ErrCodeInvalidNextToken for service response error code 29 // "InvalidNextToken". 30 // 31 // The NextToken value is not valid. 32 ErrCodeInvalidNextToken = "InvalidNextToken" 33 34 // ErrCodeLimitExceededFault for service response error code 35 // "LimitExceeded". 36 // 37 // You have already reached a limit for your Amazon EC2 Auto Scaling resources 38 // (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). 39 // For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) 40 // in the Amazon EC2 Auto Scaling API Reference. 41 ErrCodeLimitExceededFault = "LimitExceeded" 42 43 // ErrCodeResourceContentionFault for service response error code 44 // "ResourceContention". 45 // 46 // You already have a pending update to an Amazon EC2 Auto Scaling resource 47 // (for example, an Auto Scaling group, instance, or load balancer). 48 ErrCodeResourceContentionFault = "ResourceContention" 49 50 // ErrCodeResourceInUseFault for service response error code 51 // "ResourceInUse". 52 // 53 // The operation can't be performed because the resource is in use. 54 ErrCodeResourceInUseFault = "ResourceInUse" 55 56 // ErrCodeScalingActivityInProgressFault for service response error code 57 // "ScalingActivityInProgress". 58 // 59 // The operation can't be performed because there are scaling activities in 60 // progress. 61 ErrCodeScalingActivityInProgressFault = "ScalingActivityInProgress" 62 63 // ErrCodeServiceLinkedRoleFailure for service response error code 64 // "ServiceLinkedRoleFailure". 65 // 66 // The service-linked role is not yet ready for use. 67 ErrCodeServiceLinkedRoleFailure = "ServiceLinkedRoleFailure" 68 )