| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668 |
- // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
- package redshift
- const (
- // ErrCodeAccessToSnapshotDeniedFault for service response error code
- // "AccessToSnapshotDenied".
- //
- // The owner of the specified snapshot has not authorized your account to access
- // the snapshot.
- ErrCodeAccessToSnapshotDeniedFault = "AccessToSnapshotDenied"
- // ErrCodeAuthorizationAlreadyExistsFault for service response error code
- // "AuthorizationAlreadyExists".
- //
- // The specified CIDR block or EC2 security group is already authorized for
- // the specified cluster security group.
- ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"
- // ErrCodeAuthorizationNotFoundFault for service response error code
- // "AuthorizationNotFound".
- //
- // The specified CIDR IP range or EC2 security group is not authorized for the
- // specified cluster security group.
- ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"
- // ErrCodeAuthorizationQuotaExceededFault for service response error code
- // "AuthorizationQuotaExceeded".
- //
- // The authorization quota for the cluster security group has been reached.
- ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded"
- // ErrCodeBatchDeleteRequestSizeExceededFault for service response error code
- // "BatchDeleteRequestSizeExceeded".
- //
- // The maximum number for a batch delete of snapshots has been reached. The
- // limit is 100.
- ErrCodeBatchDeleteRequestSizeExceededFault = "BatchDeleteRequestSizeExceeded"
- // ErrCodeBatchModifyClusterSnapshotsLimitExceededFault for service response error code
- // "BatchModifyClusterSnapshotsLimitExceededFault".
- //
- // The maximum number for snapshot identifiers has been reached. The limit is
- // 100.
- ErrCodeBatchModifyClusterSnapshotsLimitExceededFault = "BatchModifyClusterSnapshotsLimitExceededFault"
- // ErrCodeBucketNotFoundFault for service response error code
- // "BucketNotFoundFault".
- //
- // Could not find the specified S3 bucket.
- ErrCodeBucketNotFoundFault = "BucketNotFoundFault"
- // ErrCodeClusterAlreadyExistsFault for service response error code
- // "ClusterAlreadyExists".
- //
- // The account already has a cluster with the given identifier.
- ErrCodeClusterAlreadyExistsFault = "ClusterAlreadyExists"
- // ErrCodeClusterNotFoundFault for service response error code
- // "ClusterNotFound".
- //
- // The ClusterIdentifier parameter does not refer to an existing cluster.
- ErrCodeClusterNotFoundFault = "ClusterNotFound"
- // ErrCodeClusterOnLatestRevisionFault for service response error code
- // "ClusterOnLatestRevision".
- //
- // Cluster is already on the latest database revision.
- ErrCodeClusterOnLatestRevisionFault = "ClusterOnLatestRevision"
- // ErrCodeClusterParameterGroupAlreadyExistsFault for service response error code
- // "ClusterParameterGroupAlreadyExists".
- //
- // A cluster parameter group with the same name already exists.
- ErrCodeClusterParameterGroupAlreadyExistsFault = "ClusterParameterGroupAlreadyExists"
- // ErrCodeClusterParameterGroupNotFoundFault for service response error code
- // "ClusterParameterGroupNotFound".
- //
- // The parameter group name does not refer to an existing parameter group.
- ErrCodeClusterParameterGroupNotFoundFault = "ClusterParameterGroupNotFound"
- // ErrCodeClusterParameterGroupQuotaExceededFault for service response error code
- // "ClusterParameterGroupQuotaExceeded".
- //
- // The request would result in the user exceeding the allowed number of cluster
- // parameter groups. For information about increasing your quota, go to Limits
- // in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeClusterParameterGroupQuotaExceededFault = "ClusterParameterGroupQuotaExceeded"
- // ErrCodeClusterQuotaExceededFault for service response error code
- // "ClusterQuotaExceeded".
- //
- // The request would exceed the allowed number of cluster instances for this
- // account. For information about increasing your quota, go to Limits in Amazon
- // Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeClusterQuotaExceededFault = "ClusterQuotaExceeded"
- // ErrCodeClusterSecurityGroupAlreadyExistsFault for service response error code
- // "ClusterSecurityGroupAlreadyExists".
- //
- // A cluster security group with the same name already exists.
- ErrCodeClusterSecurityGroupAlreadyExistsFault = "ClusterSecurityGroupAlreadyExists"
- // ErrCodeClusterSecurityGroupNotFoundFault for service response error code
- // "ClusterSecurityGroupNotFound".
- //
- // The cluster security group name does not refer to an existing cluster security
- // group.
- ErrCodeClusterSecurityGroupNotFoundFault = "ClusterSecurityGroupNotFound"
- // ErrCodeClusterSecurityGroupQuotaExceededFault for service response error code
- // "QuotaExceeded.ClusterSecurityGroup".
- //
- // The request would result in the user exceeding the allowed number of cluster
- // security groups. For information about increasing your quota, go to Limits
- // in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeClusterSecurityGroupQuotaExceededFault = "QuotaExceeded.ClusterSecurityGroup"
- // ErrCodeClusterSnapshotAlreadyExistsFault for service response error code
- // "ClusterSnapshotAlreadyExists".
- //
- // The value specified as a snapshot identifier is already used by an existing
- // snapshot.
- ErrCodeClusterSnapshotAlreadyExistsFault = "ClusterSnapshotAlreadyExists"
- // ErrCodeClusterSnapshotNotFoundFault for service response error code
- // "ClusterSnapshotNotFound".
- //
- // The snapshot identifier does not refer to an existing cluster snapshot.
- ErrCodeClusterSnapshotNotFoundFault = "ClusterSnapshotNotFound"
- // ErrCodeClusterSnapshotQuotaExceededFault for service response error code
- // "ClusterSnapshotQuotaExceeded".
- //
- // The request would result in the user exceeding the allowed number of cluster
- // snapshots.
- ErrCodeClusterSnapshotQuotaExceededFault = "ClusterSnapshotQuotaExceeded"
- // ErrCodeClusterSubnetGroupAlreadyExistsFault for service response error code
- // "ClusterSubnetGroupAlreadyExists".
- //
- // A ClusterSubnetGroupName is already used by an existing cluster subnet group.
- ErrCodeClusterSubnetGroupAlreadyExistsFault = "ClusterSubnetGroupAlreadyExists"
- // ErrCodeClusterSubnetGroupNotFoundFault for service response error code
- // "ClusterSubnetGroupNotFoundFault".
- //
- // The cluster subnet group name does not refer to an existing cluster subnet
- // group.
- ErrCodeClusterSubnetGroupNotFoundFault = "ClusterSubnetGroupNotFoundFault"
- // ErrCodeClusterSubnetGroupQuotaExceededFault for service response error code
- // "ClusterSubnetGroupQuotaExceeded".
- //
- // The request would result in user exceeding the allowed number of cluster
- // subnet groups. For information about increasing your quota, go to Limits
- // in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeClusterSubnetGroupQuotaExceededFault = "ClusterSubnetGroupQuotaExceeded"
- // ErrCodeClusterSubnetQuotaExceededFault for service response error code
- // "ClusterSubnetQuotaExceededFault".
- //
- // The request would result in user exceeding the allowed number of subnets
- // in a cluster subnet groups. For information about increasing your quota,
- // go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeClusterSubnetQuotaExceededFault = "ClusterSubnetQuotaExceededFault"
- // ErrCodeCopyToRegionDisabledFault for service response error code
- // "CopyToRegionDisabledFault".
- //
- // Cross-region snapshot copy was temporarily disabled. Try your request again.
- ErrCodeCopyToRegionDisabledFault = "CopyToRegionDisabledFault"
- // ErrCodeDependentServiceRequestThrottlingFault for service response error code
- // "DependentServiceRequestThrottlingFault".
- //
- // The request cannot be completed because a dependent service is throttling
- // requests made by Amazon Redshift on your behalf. Wait and retry the request.
- ErrCodeDependentServiceRequestThrottlingFault = "DependentServiceRequestThrottlingFault"
- // ErrCodeDependentServiceUnavailableFault for service response error code
- // "DependentServiceUnavailableFault".
- //
- // Your request cannot be completed because a dependent internal service is
- // temporarily unavailable. Wait 30 to 60 seconds and try again.
- ErrCodeDependentServiceUnavailableFault = "DependentServiceUnavailableFault"
- // ErrCodeEventSubscriptionQuotaExceededFault for service response error code
- // "EventSubscriptionQuotaExceeded".
- //
- // The request would exceed the allowed number of event subscriptions for this
- // account. For information about increasing your quota, go to Limits in Amazon
- // Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded"
- // ErrCodeHsmClientCertificateAlreadyExistsFault for service response error code
- // "HsmClientCertificateAlreadyExistsFault".
- //
- // There is already an existing Amazon Redshift HSM client certificate with
- // the specified identifier.
- ErrCodeHsmClientCertificateAlreadyExistsFault = "HsmClientCertificateAlreadyExistsFault"
- // ErrCodeHsmClientCertificateNotFoundFault for service response error code
- // "HsmClientCertificateNotFoundFault".
- //
- // There is no Amazon Redshift HSM client certificate with the specified identifier.
- ErrCodeHsmClientCertificateNotFoundFault = "HsmClientCertificateNotFoundFault"
- // ErrCodeHsmClientCertificateQuotaExceededFault for service response error code
- // "HsmClientCertificateQuotaExceededFault".
- //
- // The quota for HSM client certificates has been reached. For information about
- // increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeHsmClientCertificateQuotaExceededFault = "HsmClientCertificateQuotaExceededFault"
- // ErrCodeHsmConfigurationAlreadyExistsFault for service response error code
- // "HsmConfigurationAlreadyExistsFault".
- //
- // There is already an existing Amazon Redshift HSM configuration with the specified
- // identifier.
- ErrCodeHsmConfigurationAlreadyExistsFault = "HsmConfigurationAlreadyExistsFault"
- // ErrCodeHsmConfigurationNotFoundFault for service response error code
- // "HsmConfigurationNotFoundFault".
- //
- // There is no Amazon Redshift HSM configuration with the specified identifier.
- ErrCodeHsmConfigurationNotFoundFault = "HsmConfigurationNotFoundFault"
- // ErrCodeHsmConfigurationQuotaExceededFault for service response error code
- // "HsmConfigurationQuotaExceededFault".
- //
- // The quota for HSM configurations has been reached. For information about
- // increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeHsmConfigurationQuotaExceededFault = "HsmConfigurationQuotaExceededFault"
- // ErrCodeInProgressTableRestoreQuotaExceededFault for service response error code
- // "InProgressTableRestoreQuotaExceededFault".
- //
- // You have exceeded the allowed number of table restore requests. Wait for
- // your current table restore requests to complete before making a new request.
- ErrCodeInProgressTableRestoreQuotaExceededFault = "InProgressTableRestoreQuotaExceededFault"
- // ErrCodeIncompatibleOrderableOptions for service response error code
- // "IncompatibleOrderableOptions".
- //
- // The specified options are incompatible.
- ErrCodeIncompatibleOrderableOptions = "IncompatibleOrderableOptions"
- // ErrCodeInsufficientClusterCapacityFault for service response error code
- // "InsufficientClusterCapacity".
- //
- // The number of nodes specified exceeds the allotted capacity of the cluster.
- ErrCodeInsufficientClusterCapacityFault = "InsufficientClusterCapacity"
- // ErrCodeInsufficientS3BucketPolicyFault for service response error code
- // "InsufficientS3BucketPolicyFault".
- //
- // The cluster does not have read bucket or put object permissions on the S3
- // bucket specified when enabling logging.
- ErrCodeInsufficientS3BucketPolicyFault = "InsufficientS3BucketPolicyFault"
- // ErrCodeInvalidClusterParameterGroupStateFault for service response error code
- // "InvalidClusterParameterGroupState".
- //
- // The cluster parameter group action can not be completed because another task
- // is in progress that involves the parameter group. Wait a few moments and
- // try the operation again.
- ErrCodeInvalidClusterParameterGroupStateFault = "InvalidClusterParameterGroupState"
- // ErrCodeInvalidClusterSecurityGroupStateFault for service response error code
- // "InvalidClusterSecurityGroupState".
- //
- // The state of the cluster security group is not available.
- ErrCodeInvalidClusterSecurityGroupStateFault = "InvalidClusterSecurityGroupState"
- // ErrCodeInvalidClusterSnapshotScheduleStateFault for service response error code
- // "InvalidClusterSnapshotScheduleState".
- //
- // The cluster snapshot schedule state is not valid.
- ErrCodeInvalidClusterSnapshotScheduleStateFault = "InvalidClusterSnapshotScheduleState"
- // ErrCodeInvalidClusterSnapshotStateFault for service response error code
- // "InvalidClusterSnapshotState".
- //
- // The specified cluster snapshot is not in the available state, or other accounts
- // are authorized to access the snapshot.
- ErrCodeInvalidClusterSnapshotStateFault = "InvalidClusterSnapshotState"
- // ErrCodeInvalidClusterStateFault for service response error code
- // "InvalidClusterState".
- //
- // The specified cluster is not in the available state.
- ErrCodeInvalidClusterStateFault = "InvalidClusterState"
- // ErrCodeInvalidClusterSubnetGroupStateFault for service response error code
- // "InvalidClusterSubnetGroupStateFault".
- //
- // The cluster subnet group cannot be deleted because it is in use.
- ErrCodeInvalidClusterSubnetGroupStateFault = "InvalidClusterSubnetGroupStateFault"
- // ErrCodeInvalidClusterSubnetStateFault for service response error code
- // "InvalidClusterSubnetStateFault".
- //
- // The state of the subnet is invalid.
- ErrCodeInvalidClusterSubnetStateFault = "InvalidClusterSubnetStateFault"
- // ErrCodeInvalidClusterTrackFault for service response error code
- // "InvalidClusterTrack".
- //
- // The provided cluster track name is not valid.
- ErrCodeInvalidClusterTrackFault = "InvalidClusterTrack"
- // ErrCodeInvalidElasticIpFault for service response error code
- // "InvalidElasticIpFault".
- //
- // The Elastic IP (EIP) is invalid or cannot be found.
- ErrCodeInvalidElasticIpFault = "InvalidElasticIpFault"
- // ErrCodeInvalidHsmClientCertificateStateFault for service response error code
- // "InvalidHsmClientCertificateStateFault".
- //
- // The specified HSM client certificate is not in the available state, or it
- // is still in use by one or more Amazon Redshift clusters.
- ErrCodeInvalidHsmClientCertificateStateFault = "InvalidHsmClientCertificateStateFault"
- // ErrCodeInvalidHsmConfigurationStateFault for service response error code
- // "InvalidHsmConfigurationStateFault".
- //
- // The specified HSM configuration is not in the available state, or it is still
- // in use by one or more Amazon Redshift clusters.
- ErrCodeInvalidHsmConfigurationStateFault = "InvalidHsmConfigurationStateFault"
- // ErrCodeInvalidReservedNodeStateFault for service response error code
- // "InvalidReservedNodeState".
- //
- // Indicates that the Reserved Node being exchanged is not in an active state.
- ErrCodeInvalidReservedNodeStateFault = "InvalidReservedNodeState"
- // ErrCodeInvalidRestoreFault for service response error code
- // "InvalidRestore".
- //
- // The restore is invalid.
- ErrCodeInvalidRestoreFault = "InvalidRestore"
- // ErrCodeInvalidRetentionPeriodFault for service response error code
- // "InvalidRetentionPeriodFault".
- //
- // The retention period specified is either in the past or is not a valid value.
- //
- // The value must be either -1 or an integer between 1 and 3,653.
- ErrCodeInvalidRetentionPeriodFault = "InvalidRetentionPeriodFault"
- // ErrCodeInvalidS3BucketNameFault for service response error code
- // "InvalidS3BucketNameFault".
- //
- // The S3 bucket name is invalid. For more information about naming rules, go
- // to Bucket Restrictions and Limitations (http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html)
- // in the Amazon Simple Storage Service (S3) Developer Guide.
- ErrCodeInvalidS3BucketNameFault = "InvalidS3BucketNameFault"
- // ErrCodeInvalidS3KeyPrefixFault for service response error code
- // "InvalidS3KeyPrefixFault".
- //
- // The string specified for the logging S3 key prefix does not comply with the
- // documented constraints.
- ErrCodeInvalidS3KeyPrefixFault = "InvalidS3KeyPrefixFault"
- // ErrCodeInvalidScheduleFault for service response error code
- // "InvalidSchedule".
- //
- // The schedule you submitted isn't valid.
- ErrCodeInvalidScheduleFault = "InvalidSchedule"
- // ErrCodeInvalidSnapshotCopyGrantStateFault for service response error code
- // "InvalidSnapshotCopyGrantStateFault".
- //
- // The snapshot copy grant can't be deleted because it is used by one or more
- // clusters.
- ErrCodeInvalidSnapshotCopyGrantStateFault = "InvalidSnapshotCopyGrantStateFault"
- // ErrCodeInvalidSubnet for service response error code
- // "InvalidSubnet".
- //
- // The requested subnet is not valid, or not all of the subnets are in the same
- // VPC.
- ErrCodeInvalidSubnet = "InvalidSubnet"
- // ErrCodeInvalidSubscriptionStateFault for service response error code
- // "InvalidSubscriptionStateFault".
- //
- // The subscription request is invalid because it is a duplicate request. This
- // subscription request is already in progress.
- ErrCodeInvalidSubscriptionStateFault = "InvalidSubscriptionStateFault"
- // ErrCodeInvalidTableRestoreArgumentFault for service response error code
- // "InvalidTableRestoreArgument".
- //
- // The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName
- // parameter, or a combination of these, doesn't exist in the snapshot.
- ErrCodeInvalidTableRestoreArgumentFault = "InvalidTableRestoreArgument"
- // ErrCodeInvalidTagFault for service response error code
- // "InvalidTagFault".
- //
- // The tag is invalid.
- ErrCodeInvalidTagFault = "InvalidTagFault"
- // ErrCodeInvalidVPCNetworkStateFault for service response error code
- // "InvalidVPCNetworkStateFault".
- //
- // The cluster subnet group does not cover all Availability Zones.
- ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
- // ErrCodeLimitExceededFault for service response error code
- // "LimitExceededFault".
- //
- // The encryption key has exceeded its grant limit in AWS KMS.
- ErrCodeLimitExceededFault = "LimitExceededFault"
- // ErrCodeNumberOfNodesPerClusterLimitExceededFault for service response error code
- // "NumberOfNodesPerClusterLimitExceeded".
- //
- // The operation would exceed the number of nodes allowed for a cluster.
- ErrCodeNumberOfNodesPerClusterLimitExceededFault = "NumberOfNodesPerClusterLimitExceeded"
- // ErrCodeNumberOfNodesQuotaExceededFault for service response error code
- // "NumberOfNodesQuotaExceeded".
- //
- // The operation would exceed the number of nodes allotted to the account. For
- // information about increasing your quota, go to Limits in Amazon Redshift
- // (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeNumberOfNodesQuotaExceededFault = "NumberOfNodesQuotaExceeded"
- // ErrCodeReservedNodeAlreadyExistsFault for service response error code
- // "ReservedNodeAlreadyExists".
- //
- // User already has a reservation with the given identifier.
- ErrCodeReservedNodeAlreadyExistsFault = "ReservedNodeAlreadyExists"
- // ErrCodeReservedNodeAlreadyMigratedFault for service response error code
- // "ReservedNodeAlreadyMigrated".
- //
- // Indicates that the reserved node has already been exchanged.
- ErrCodeReservedNodeAlreadyMigratedFault = "ReservedNodeAlreadyMigrated"
- // ErrCodeReservedNodeNotFoundFault for service response error code
- // "ReservedNodeNotFound".
- //
- // The specified reserved compute node not found.
- ErrCodeReservedNodeNotFoundFault = "ReservedNodeNotFound"
- // ErrCodeReservedNodeOfferingNotFoundFault for service response error code
- // "ReservedNodeOfferingNotFound".
- //
- // Specified offering does not exist.
- ErrCodeReservedNodeOfferingNotFoundFault = "ReservedNodeOfferingNotFound"
- // ErrCodeReservedNodeQuotaExceededFault for service response error code
- // "ReservedNodeQuotaExceeded".
- //
- // Request would exceed the user's compute node quota. For information about
- // increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
- // in the Amazon Redshift Cluster Management Guide.
- ErrCodeReservedNodeQuotaExceededFault = "ReservedNodeQuotaExceeded"
- // ErrCodeResizeNotFoundFault for service response error code
- // "ResizeNotFound".
- //
- // A resize operation for the specified cluster is not found.
- ErrCodeResizeNotFoundFault = "ResizeNotFound"
- // ErrCodeResourceNotFoundFault for service response error code
- // "ResourceNotFoundFault".
- //
- // The resource could not be found.
- ErrCodeResourceNotFoundFault = "ResourceNotFoundFault"
- // ErrCodeSNSInvalidTopicFault for service response error code
- // "SNSInvalidTopic".
- //
- // Amazon SNS has responded that there is a problem with the specified Amazon
- // SNS topic.
- ErrCodeSNSInvalidTopicFault = "SNSInvalidTopic"
- // ErrCodeSNSNoAuthorizationFault for service response error code
- // "SNSNoAuthorization".
- //
- // You do not have permission to publish to the specified Amazon SNS topic.
- ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorization"
- // ErrCodeSNSTopicArnNotFoundFault for service response error code
- // "SNSTopicArnNotFound".
- //
- // An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
- // exist.
- ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound"
- // ErrCodeScheduleDefinitionTypeUnsupportedFault for service response error code
- // "ScheduleDefinitionTypeUnsupported".
- //
- // The definition you submitted is not supported.
- ErrCodeScheduleDefinitionTypeUnsupportedFault = "ScheduleDefinitionTypeUnsupported"
- // ErrCodeSnapshotCopyAlreadyDisabledFault for service response error code
- // "SnapshotCopyAlreadyDisabledFault".
- //
- // The cluster already has cross-region snapshot copy disabled.
- ErrCodeSnapshotCopyAlreadyDisabledFault = "SnapshotCopyAlreadyDisabledFault"
- // ErrCodeSnapshotCopyAlreadyEnabledFault for service response error code
- // "SnapshotCopyAlreadyEnabledFault".
- //
- // The cluster already has cross-region snapshot copy enabled.
- ErrCodeSnapshotCopyAlreadyEnabledFault = "SnapshotCopyAlreadyEnabledFault"
- // ErrCodeSnapshotCopyDisabledFault for service response error code
- // "SnapshotCopyDisabledFault".
- //
- // Cross-region snapshot copy was temporarily disabled. Try your request again.
- ErrCodeSnapshotCopyDisabledFault = "SnapshotCopyDisabledFault"
- // ErrCodeSnapshotCopyGrantAlreadyExistsFault for service response error code
- // "SnapshotCopyGrantAlreadyExistsFault".
- //
- // The snapshot copy grant can't be created because a grant with the same name
- // already exists.
- ErrCodeSnapshotCopyGrantAlreadyExistsFault = "SnapshotCopyGrantAlreadyExistsFault"
- // ErrCodeSnapshotCopyGrantNotFoundFault for service response error code
- // "SnapshotCopyGrantNotFoundFault".
- //
- // The specified snapshot copy grant can't be found. Make sure that the name
- // is typed correctly and that the grant exists in the destination region.
- ErrCodeSnapshotCopyGrantNotFoundFault = "SnapshotCopyGrantNotFoundFault"
- // ErrCodeSnapshotCopyGrantQuotaExceededFault for service response error code
- // "SnapshotCopyGrantQuotaExceededFault".
- //
- // The AWS account has exceeded the maximum number of snapshot copy grants in
- // this region.
- ErrCodeSnapshotCopyGrantQuotaExceededFault = "SnapshotCopyGrantQuotaExceededFault"
- // ErrCodeSnapshotScheduleAlreadyExistsFault for service response error code
- // "SnapshotScheduleAlreadyExists".
- //
- // The specified snapshot schedule already exists.
- ErrCodeSnapshotScheduleAlreadyExistsFault = "SnapshotScheduleAlreadyExists"
- // ErrCodeSnapshotScheduleNotFoundFault for service response error code
- // "SnapshotScheduleNotFound".
- //
- // We could not find the specified snapshot schedule.
- ErrCodeSnapshotScheduleNotFoundFault = "SnapshotScheduleNotFound"
- // ErrCodeSnapshotScheduleQuotaExceededFault for service response error code
- // "SnapshotScheduleQuotaExceeded".
- //
- // You have exceeded the quota of snapshot schedules.
- ErrCodeSnapshotScheduleQuotaExceededFault = "SnapshotScheduleQuotaExceeded"
- // ErrCodeSnapshotScheduleUpdateInProgressFault for service response error code
- // "SnapshotScheduleUpdateInProgress".
- //
- // The specified snapshot schedule is already being updated.
- ErrCodeSnapshotScheduleUpdateInProgressFault = "SnapshotScheduleUpdateInProgress"
- // ErrCodeSourceNotFoundFault for service response error code
- // "SourceNotFound".
- //
- // The specified Amazon Redshift event source could not be found.
- ErrCodeSourceNotFoundFault = "SourceNotFound"
- // ErrCodeSubnetAlreadyInUse for service response error code
- // "SubnetAlreadyInUse".
- //
- // A specified subnet is already in use by another cluster.
- ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse"
- // ErrCodeSubscriptionAlreadyExistFault for service response error code
- // "SubscriptionAlreadyExist".
- //
- // There is already an existing event notification subscription with the specified
- // name.
- ErrCodeSubscriptionAlreadyExistFault = "SubscriptionAlreadyExist"
- // ErrCodeSubscriptionCategoryNotFoundFault for service response error code
- // "SubscriptionCategoryNotFound".
- //
- // The value specified for the event category was not one of the allowed values,
- // or it specified a category that does not apply to the specified source type.
- // The allowed values are Configuration, Management, Monitoring, and Security.
- ErrCodeSubscriptionCategoryNotFoundFault = "SubscriptionCategoryNotFound"
- // ErrCodeSubscriptionEventIdNotFoundFault for service response error code
- // "SubscriptionEventIdNotFound".
- //
- // An Amazon Redshift event with the specified event ID does not exist.
- ErrCodeSubscriptionEventIdNotFoundFault = "SubscriptionEventIdNotFound"
- // ErrCodeSubscriptionNotFoundFault for service response error code
- // "SubscriptionNotFound".
- //
- // An Amazon Redshift event notification subscription with the specified name
- // does not exist.
- ErrCodeSubscriptionNotFoundFault = "SubscriptionNotFound"
- // ErrCodeSubscriptionSeverityNotFoundFault for service response error code
- // "SubscriptionSeverityNotFound".
- //
- // The value specified for the event severity was not one of the allowed values,
- // or it specified a severity that does not apply to the specified source type.
- // The allowed values are ERROR and INFO.
- ErrCodeSubscriptionSeverityNotFoundFault = "SubscriptionSeverityNotFound"
- // ErrCodeTableLimitExceededFault for service response error code
- // "TableLimitExceeded".
- //
- // The number of tables in the cluster exceeds the limit for the requested new
- // cluster node type.
- ErrCodeTableLimitExceededFault = "TableLimitExceeded"
- // ErrCodeTableRestoreNotFoundFault for service response error code
- // "TableRestoreNotFoundFault".
- //
- // The specified TableRestoreRequestId value was not found.
- ErrCodeTableRestoreNotFoundFault = "TableRestoreNotFoundFault"
- // ErrCodeTagLimitExceededFault for service response error code
- // "TagLimitExceededFault".
- //
- // You have exceeded the number of tags allowed.
- ErrCodeTagLimitExceededFault = "TagLimitExceededFault"
- // ErrCodeUnauthorizedOperation for service response error code
- // "UnauthorizedOperation".
- //
- // Your account is not authorized to perform the requested operation.
- ErrCodeUnauthorizedOperation = "UnauthorizedOperation"
- // ErrCodeUnknownSnapshotCopyRegionFault for service response error code
- // "UnknownSnapshotCopyRegionFault".
- //
- // The specified region is incorrect or does not exist.
- ErrCodeUnknownSnapshotCopyRegionFault = "UnknownSnapshotCopyRegionFault"
- // ErrCodeUnsupportedOperationFault for service response error code
- // "UnsupportedOperation".
- //
- // The requested operation isn't supported.
- ErrCodeUnsupportedOperationFault = "UnsupportedOperation"
- // ErrCodeUnsupportedOptionFault for service response error code
- // "UnsupportedOptionFault".
- //
- // A request option was specified that is not supported.
- ErrCodeUnsupportedOptionFault = "UnsupportedOptionFault"
- )
|