github.com/aavshr/aws-sdk-go@v1.41.3/service/elasticbeanstalk/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package elasticbeanstalk 4 5 const ( 6 7 // ErrCodeCodeBuildNotInServiceRegionException for service response error code 8 // "CodeBuildNotInServiceRegionException". 9 // 10 // AWS CodeBuild is not available in the specified region. 11 ErrCodeCodeBuildNotInServiceRegionException = "CodeBuildNotInServiceRegionException" 12 13 // ErrCodeInsufficientPrivilegesException for service response error code 14 // "InsufficientPrivilegesException". 15 // 16 // The specified account does not have sufficient privileges for one or more 17 // AWS services. 18 ErrCodeInsufficientPrivilegesException = "InsufficientPrivilegesException" 19 20 // ErrCodeInvalidRequestException for service response error code 21 // "InvalidRequestException". 22 // 23 // One or more input parameters is not valid. Please correct the input parameters 24 // and try the operation again. 25 ErrCodeInvalidRequestException = "InvalidRequestException" 26 27 // ErrCodeManagedActionInvalidStateException for service response error code 28 // "ManagedActionInvalidStateException". 29 // 30 // Cannot modify the managed action in its current state. 31 ErrCodeManagedActionInvalidStateException = "ManagedActionInvalidStateException" 32 33 // ErrCodeOperationInProgressException for service response error code 34 // "OperationInProgressFailure". 35 // 36 // Unable to perform the specified operation because another operation that 37 // effects an element in this activity is already in progress. 38 ErrCodeOperationInProgressException = "OperationInProgressFailure" 39 40 // ErrCodePlatformVersionStillReferencedException for service response error code 41 // "PlatformVersionStillReferencedException". 42 // 43 // You cannot delete the platform version because there are still environments 44 // running on it. 45 ErrCodePlatformVersionStillReferencedException = "PlatformVersionStillReferencedException" 46 47 // ErrCodeResourceNotFoundException for service response error code 48 // "ResourceNotFoundException". 49 // 50 // A resource doesn't exist for the specified Amazon Resource Name (ARN). 51 ErrCodeResourceNotFoundException = "ResourceNotFoundException" 52 53 // ErrCodeResourceTypeNotSupportedException for service response error code 54 // "ResourceTypeNotSupportedException". 55 // 56 // The type of the specified Amazon Resource Name (ARN) isn't supported for 57 // this operation. 58 ErrCodeResourceTypeNotSupportedException = "ResourceTypeNotSupportedException" 59 60 // ErrCodeS3LocationNotInServiceRegionException for service response error code 61 // "S3LocationNotInServiceRegionException". 62 // 63 // The specified S3 bucket does not belong to the S3 region in which the service 64 // is running. The following regions are supported: 65 // 66 // * IAD/us-east-1 67 // 68 // * PDX/us-west-2 69 // 70 // * DUB/eu-west-1 71 ErrCodeS3LocationNotInServiceRegionException = "S3LocationNotInServiceRegionException" 72 73 // ErrCodeS3SubscriptionRequiredException for service response error code 74 // "S3SubscriptionRequiredException". 75 // 76 // The specified account does not have a subscription to Amazon S3. 77 ErrCodeS3SubscriptionRequiredException = "S3SubscriptionRequiredException" 78 79 // ErrCodeServiceException for service response error code 80 // "ElasticBeanstalkServiceException". 81 // 82 // A generic service exception has occurred. 83 ErrCodeServiceException = "ElasticBeanstalkServiceException" 84 85 // ErrCodeSourceBundleDeletionException for service response error code 86 // "SourceBundleDeletionFailure". 87 // 88 // Unable to delete the Amazon S3 source bundle associated with the application 89 // version. The application version was deleted successfully. 90 ErrCodeSourceBundleDeletionException = "SourceBundleDeletionFailure" 91 92 // ErrCodeTooManyApplicationVersionsException for service response error code 93 // "TooManyApplicationVersionsException". 94 // 95 // The specified account has reached its limit of application versions. 96 ErrCodeTooManyApplicationVersionsException = "TooManyApplicationVersionsException" 97 98 // ErrCodeTooManyApplicationsException for service response error code 99 // "TooManyApplicationsException". 100 // 101 // The specified account has reached its limit of applications. 102 ErrCodeTooManyApplicationsException = "TooManyApplicationsException" 103 104 // ErrCodeTooManyBucketsException for service response error code 105 // "TooManyBucketsException". 106 // 107 // The specified account has reached its limit of Amazon S3 buckets. 108 ErrCodeTooManyBucketsException = "TooManyBucketsException" 109 110 // ErrCodeTooManyConfigurationTemplatesException for service response error code 111 // "TooManyConfigurationTemplatesException". 112 // 113 // The specified account has reached its limit of configuration templates. 114 ErrCodeTooManyConfigurationTemplatesException = "TooManyConfigurationTemplatesException" 115 116 // ErrCodeTooManyEnvironmentsException for service response error code 117 // "TooManyEnvironmentsException". 118 // 119 // The specified account has reached its limit of environments. 120 ErrCodeTooManyEnvironmentsException = "TooManyEnvironmentsException" 121 122 // ErrCodeTooManyPlatformsException for service response error code 123 // "TooManyPlatformsException". 124 // 125 // You have exceeded the maximum number of allowed platforms associated with 126 // the account. 127 ErrCodeTooManyPlatformsException = "TooManyPlatformsException" 128 129 // ErrCodeTooManyTagsException for service response error code 130 // "TooManyTagsException". 131 // 132 // The number of tags in the resource would exceed the number of tags that each 133 // resource can have. 134 // 135 // To calculate this, the operation considers both the number of tags the resource 136 // already has and the tags this operation would add if it succeeded. 137 ErrCodeTooManyTagsException = "TooManyTagsException" 138 )