AWS SDK for C++

AWS SDK for C++ Version 1.11.873

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::Redshift Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  Pagination
 
 

Classes

 
 
 
 
 
 

Typedefs

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::AddPartnerRequest &, const Model::AddPartnerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddPartnerResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::CancelResizeRequest &, const Model::CancelResizeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelResizeResponseReceivedHandler
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::CreateClusterRequest &, const Model::CreateClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateClusterResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::CreateTagsRequest &, const Model::CreateTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTagsResponseReceivedHandler
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::DeleteClusterRequest &, const Model::DeleteClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteClusterResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::DeletePartnerRequest &, const Model::DeletePartnerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePartnerResponseReceivedHandler
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::DeleteTagsRequest &, const Model::DeleteTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTagsResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::DescribeEventsRequest &, const Model::DescribeEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeEventsResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::DescribeResizeRequest &, const Model::DescribeResizeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeResizeResponseReceivedHandler
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::DescribeStorageRequest &, const Model::DescribeStorageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeStorageResponseReceivedHandler
 
 
typedef std::function< void(const RedshiftClient *, const Model::DescribeTagsRequest &, const Model::DescribeTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeTagsResponseReceivedHandler
 
 
typedef std::function< void(const RedshiftClient *, const Model::DisableLoggingRequest &, const Model::DisableLoggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableLoggingResponseReceivedHandler
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::EnableLoggingRequest &, const Model::EnableLoggingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableLoggingResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::ModifyClusterRequest &, const Model::ModifyClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ModifyClusterResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::PauseClusterRequest &, const Model::PauseClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PauseClusterResponseReceivedHandler
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::RebootClusterRequest &, const Model::RebootClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RebootClusterResponseReceivedHandler
 
 
typedef std::function< void(const RedshiftClient *, const Model::RejectDataShareRequest &, const Model::RejectDataShareOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RejectDataShareResponseReceivedHandler
 
 
typedef std::function< void(const RedshiftClient *, const Model::ResizeClusterRequest &, const Model::ResizeClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ResizeClusterResponseReceivedHandler
 
 
 
typedef std::function< void(const RedshiftClient *, const Model::ResumeClusterRequest &, const Model::ResumeClusterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ResumeClusterResponseReceivedHandler
 
 
 
 
 
 

Enumerations

enum class  RedshiftErrors {
  INCOMPLETE_SIGNATURE = 0 , INTERNAL_FAILURE = 1 , INVALID_ACTION = 2 , INVALID_CLIENT_TOKEN_ID = 3 ,
  INVALID_PARAMETER_COMBINATION = 4 , INVALID_QUERY_PARAMETER = 5 , INVALID_PARAMETER_VALUE = 6 , MISSING_ACTION = 7 ,
  MISSING_AUTHENTICATION_TOKEN = 8 , MISSING_PARAMETER = 9 , OPT_IN_REQUIRED = 10 , REQUEST_EXPIRED = 11 ,
  SERVICE_UNAVAILABLE = 12 , THROTTLING = 13 , VALIDATION = 14 , ACCESS_DENIED = 15 ,
  RESOURCE_NOT_FOUND = 16 , UNRECOGNIZED_CLIENT = 17 , MALFORMED_QUERY_STRING = 18 , SLOW_DOWN = 19 ,
  REQUEST_TIME_TOO_SKEWED = 20 , INVALID_SIGNATURE = 21 , SIGNATURE_DOES_NOT_MATCH = 22 , INVALID_ACCESS_KEY_ID = 23 ,
  REQUEST_TIMEOUT = 24 , NETWORK_CONNECTION = 99 , UNKNOWN = 100 , ACCESS_TO_CLUSTER_DENIED_FAULT = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  ACCESS_TO_SNAPSHOT_DENIED_FAULT , AUTHENTICATION_PROFILE_ALREADY_EXISTS_FAULT , AUTHENTICATION_PROFILE_NOT_FOUND_FAULT , AUTHENTICATION_PROFILE_QUOTA_EXCEEDED_FAULT ,
  AUTHORIZATION_ALREADY_EXISTS_FAULT , AUTHORIZATION_NOT_FOUND_FAULT , AUTHORIZATION_QUOTA_EXCEEDED_FAULT , BATCH_DELETE_REQUEST_SIZE_EXCEEDED_FAULT ,
  BATCH_MODIFY_CLUSTER_SNAPSHOTS_LIMIT_EXCEEDED_FAULT , BUCKET_NOT_FOUND_FAULT , CLUSTER_ALREADY_EXISTS_FAULT , CLUSTER_NOT_FOUND_FAULT ,
  CLUSTER_ON_LATEST_REVISION_FAULT , CLUSTER_PARAMETER_GROUP_ALREADY_EXISTS_FAULT , CLUSTER_PARAMETER_GROUP_NOT_FOUND_FAULT , CLUSTER_PARAMETER_GROUP_QUOTA_EXCEEDED_FAULT ,
  CLUSTER_QUOTA_EXCEEDED_FAULT , CLUSTER_SECURITY_GROUP_ALREADY_EXISTS_FAULT , CLUSTER_SECURITY_GROUP_NOT_FOUND_FAULT , CLUSTER_SECURITY_GROUP_QUOTA_EXCEEDED_FAULT ,
  CLUSTER_SNAPSHOT_ALREADY_EXISTS_FAULT , CLUSTER_SNAPSHOT_NOT_FOUND_FAULT , CLUSTER_SNAPSHOT_QUOTA_EXCEEDED_FAULT , CLUSTER_SUBNET_GROUP_ALREADY_EXISTS_FAULT ,
  CLUSTER_SUBNET_GROUP_NOT_FOUND_FAULT , CLUSTER_SUBNET_GROUP_QUOTA_EXCEEDED_FAULT , CLUSTER_SUBNET_QUOTA_EXCEEDED_FAULT , CONFLICT_POLICY_UPDATE_FAULT ,
  COPY_TO_REGION_DISABLED_FAULT , CUSTOM_CNAME_ASSOCIATION_FAULT , CUSTOM_DOMAIN_ASSOCIATION_NOT_FOUND_FAULT , DEPENDENT_SERVICE_ACCESS_DENIED_FAULT ,
  DEPENDENT_SERVICE_REQUEST_THROTTLING_FAULT , DEPENDENT_SERVICE_UNAVAILABLE_FAULT , ENDPOINTS_PER_AUTHORIZATION_LIMIT_EXCEEDED_FAULT , ENDPOINTS_PER_CLUSTER_LIMIT_EXCEEDED_FAULT ,
  ENDPOINT_ALREADY_EXISTS_FAULT , ENDPOINT_AUTHORIZATIONS_PER_CLUSTER_LIMIT_EXCEEDED_FAULT , ENDPOINT_AUTHORIZATION_ALREADY_EXISTS_FAULT , ENDPOINT_AUTHORIZATION_NOT_FOUND_FAULT ,
  ENDPOINT_NOT_FOUND_FAULT , EVENT_SUBSCRIPTION_QUOTA_EXCEEDED_FAULT , HSM_CLIENT_CERTIFICATE_ALREADY_EXISTS_FAULT , HSM_CLIENT_CERTIFICATE_NOT_FOUND_FAULT ,
  HSM_CLIENT_CERTIFICATE_QUOTA_EXCEEDED_FAULT , HSM_CONFIGURATION_ALREADY_EXISTS_FAULT , HSM_CONFIGURATION_NOT_FOUND_FAULT , HSM_CONFIGURATION_QUOTA_EXCEEDED_FAULT ,
  INCOMPATIBLE_ORDERABLE_OPTIONS , INSUFFICIENT_CLUSTER_CAPACITY_FAULT , INSUFFICIENT_S3_BUCKET_POLICY_FAULT , INTEGRATION_ALREADY_EXISTS_FAULT ,
  INTEGRATION_CONFLICT_OPERATION_FAULT , INTEGRATION_CONFLICT_STATE_FAULT , INTEGRATION_NOT_FOUND_FAULT , INTEGRATION_QUOTA_EXCEEDED_FAULT ,
  INTEGRATION_SOURCE_NOT_FOUND_FAULT , INTEGRATION_TARGET_NOT_FOUND_FAULT , INVALID_AUTHENTICATION_PROFILE_REQUEST_FAULT , INVALID_AUTHORIZATION_STATE_FAULT ,
  INVALID_CLUSTER_PARAMETER_GROUP_STATE_FAULT , INVALID_CLUSTER_SECURITY_GROUP_STATE_FAULT , INVALID_CLUSTER_SNAPSHOT_SCHEDULE_STATE_FAULT , INVALID_CLUSTER_SNAPSHOT_STATE_FAULT ,
  INVALID_CLUSTER_STATE_FAULT , INVALID_CLUSTER_SUBNET_GROUP_STATE_FAULT , INVALID_CLUSTER_SUBNET_STATE_FAULT , INVALID_CLUSTER_TRACK_FAULT ,
  INVALID_DATA_SHARE_FAULT , INVALID_ELASTIC_IP_FAULT , INVALID_ENDPOINT_STATE_FAULT , INVALID_HSM_CLIENT_CERTIFICATE_STATE_FAULT ,
  INVALID_HSM_CONFIGURATION_STATE_FAULT , INVALID_NAMESPACE_FAULT , INVALID_POLICY_FAULT , INVALID_RESERVED_NODE_STATE_FAULT ,
  INVALID_RESTORE_FAULT , INVALID_RETENTION_PERIOD_FAULT , INVALID_S3_BUCKET_NAME_FAULT , INVALID_S3_KEY_PREFIX_FAULT ,
  INVALID_SCHEDULED_ACTION_FAULT , INVALID_SCHEDULE_FAULT , INVALID_SNAPSHOT_COPY_GRANT_STATE_FAULT , INVALID_SUBNET ,
  INVALID_SUBSCRIPTION_STATE_FAULT , INVALID_TABLE_RESTORE_ARGUMENT_FAULT , INVALID_TAG_FAULT , INVALID_USAGE_LIMIT_FAULT ,
  INVALID_V_P_C_NETWORK_STATE_FAULT , IN_PROGRESS_TABLE_RESTORE_QUOTA_EXCEEDED_FAULT , IPV6_CIDR_BLOCK_NOT_FOUND_FAULT , LIMIT_EXCEEDED_FAULT ,
  NUMBER_OF_NODES_PER_CLUSTER_LIMIT_EXCEEDED_FAULT , NUMBER_OF_NODES_QUOTA_EXCEEDED_FAULT , PARTNER_NOT_FOUND_FAULT , QEV2_IDC_APPLICATION_ALREADY_EXISTS_FAULT ,
  QEV2_IDC_APPLICATION_NOT_EXISTS_FAULT , REDSHIFT_IDC_APPLICATION_ALREADY_EXISTS_FAULT , REDSHIFT_IDC_APPLICATION_NOT_EXISTS_FAULT , REDSHIFT_IDC_APPLICATION_QUOTA_EXCEEDED_FAULT ,
  REDSHIFT_INVALID_PARAMETER_FAULT , RESERVED_NODE_ALREADY_EXISTS_FAULT , RESERVED_NODE_ALREADY_MIGRATED_FAULT , RESERVED_NODE_EXCHANGE_NOT_FOUND_FAULT ,
  RESERVED_NODE_NOT_FOUND_FAULT , RESERVED_NODE_OFFERING_NOT_FOUND_FAULT , RESERVED_NODE_QUOTA_EXCEEDED_FAULT , RESIZE_NOT_FOUND_FAULT ,
  RESOURCE_NOT_FOUND_FAULT , SCHEDULED_ACTION_ALREADY_EXISTS_FAULT , SCHEDULED_ACTION_NOT_FOUND_FAULT , SCHEDULED_ACTION_QUOTA_EXCEEDED_FAULT ,
  SCHEDULED_ACTION_TYPE_UNSUPPORTED_FAULT , SCHEDULE_DEFINITION_TYPE_UNSUPPORTED_FAULT , SNAPSHOT_COPY_ALREADY_DISABLED_FAULT , SNAPSHOT_COPY_ALREADY_ENABLED_FAULT ,
  SNAPSHOT_COPY_DISABLED_FAULT , SNAPSHOT_COPY_GRANT_ALREADY_EXISTS_FAULT , SNAPSHOT_COPY_GRANT_NOT_FOUND_FAULT , SNAPSHOT_COPY_GRANT_QUOTA_EXCEEDED_FAULT ,
  SNAPSHOT_SCHEDULE_ALREADY_EXISTS_FAULT , SNAPSHOT_SCHEDULE_NOT_FOUND_FAULT , SNAPSHOT_SCHEDULE_QUOTA_EXCEEDED_FAULT , SNAPSHOT_SCHEDULE_UPDATE_IN_PROGRESS_FAULT ,
  SOURCE_NOT_FOUND_FAULT , SUBNET_ALREADY_IN_USE , SUBSCRIPTION_ALREADY_EXIST_FAULT , SUBSCRIPTION_CATEGORY_NOT_FOUND_FAULT ,
  SUBSCRIPTION_EVENT_ID_NOT_FOUND_FAULT , SUBSCRIPTION_NOT_FOUND_FAULT , SUBSCRIPTION_SEVERITY_NOT_FOUND_FAULT , S_N_S_INVALID_TOPIC_FAULT ,
  S_N_S_NO_AUTHORIZATION_FAULT , S_N_S_TOPIC_ARN_NOT_FOUND_FAULT , TABLE_LIMIT_EXCEEDED_FAULT , TABLE_RESTORE_NOT_FOUND_FAULT ,
  TAG_LIMIT_EXCEEDED_FAULT , UNAUTHORIZED_OPERATION , UNAUTHORIZED_PARTNER_INTEGRATION_FAULT , UNKNOWN_SNAPSHOT_COPY_REGION_FAULT ,
  UNSUPPORTED_OPERATION_FAULT , UNSUPPORTED_OPTION_FAULT , USAGE_LIMIT_ALREADY_EXISTS_FAULT , USAGE_LIMIT_NOT_FOUND_FAULT
}
 

Typedef Documentation

◆ AcceptReservedNodeExchangeResponseReceivedHandler

Definition at line 674 of file RedshiftServiceClientModel.h.

◆ AddPartnerResponseReceivedHandler

Definition at line 677 of file RedshiftServiceClientModel.h.

◆ AssociateDataShareConsumerResponseReceivedHandler

Definition at line 680 of file RedshiftServiceClientModel.h.

◆ AuthorizeClusterSecurityGroupIngressResponseReceivedHandler

Definition at line 684 of file RedshiftServiceClientModel.h.

◆ AuthorizeDataShareResponseReceivedHandler

Definition at line 687 of file RedshiftServiceClientModel.h.

◆ AuthorizeEndpointAccessResponseReceivedHandler

Definition at line 690 of file RedshiftServiceClientModel.h.

◆ AuthorizeSnapshotAccessResponseReceivedHandler

Definition at line 693 of file RedshiftServiceClientModel.h.

◆ BatchDeleteClusterSnapshotsResponseReceivedHandler

Definition at line 696 of file RedshiftServiceClientModel.h.

◆ BatchModifyClusterSnapshotsResponseReceivedHandler

Definition at line 699 of file RedshiftServiceClientModel.h.

◆ CancelResizeResponseReceivedHandler

Definition at line 702 of file RedshiftServiceClientModel.h.

◆ CopyClusterSnapshotResponseReceivedHandler

Definition at line 705 of file RedshiftServiceClientModel.h.

◆ CreateAuthenticationProfileResponseReceivedHandler

Definition at line 708 of file RedshiftServiceClientModel.h.

◆ CreateClusterParameterGroupResponseReceivedHandler

Definition at line 714 of file RedshiftServiceClientModel.h.

◆ CreateClusterResponseReceivedHandler

Definition at line 711 of file RedshiftServiceClientModel.h.

◆ CreateClusterSecurityGroupResponseReceivedHandler

Definition at line 717 of file RedshiftServiceClientModel.h.

◆ CreateClusterSnapshotResponseReceivedHandler

Definition at line 720 of file RedshiftServiceClientModel.h.

◆ CreateClusterSubnetGroupResponseReceivedHandler

Definition at line 723 of file RedshiftServiceClientModel.h.

◆ CreateCustomDomainAssociationResponseReceivedHandler

Definition at line 727 of file RedshiftServiceClientModel.h.

◆ CreateEndpointAccessResponseReceivedHandler

Definition at line 730 of file RedshiftServiceClientModel.h.

◆ CreateEventSubscriptionResponseReceivedHandler

Definition at line 733 of file RedshiftServiceClientModel.h.

◆ CreateHsmClientCertificateResponseReceivedHandler

Definition at line 736 of file RedshiftServiceClientModel.h.

◆ CreateHsmConfigurationResponseReceivedHandler

Definition at line 739 of file RedshiftServiceClientModel.h.

◆ CreateIntegrationResponseReceivedHandler

Definition at line 742 of file RedshiftServiceClientModel.h.

◆ CreateQev2IdcApplicationResponseReceivedHandler

Definition at line 745 of file RedshiftServiceClientModel.h.

◆ CreateRedshiftIdcApplicationResponseReceivedHandler

Definition at line 749 of file RedshiftServiceClientModel.h.

◆ CreateScheduledActionResponseReceivedHandler

Definition at line 752 of file RedshiftServiceClientModel.h.

◆ CreateSnapshotCopyGrantResponseReceivedHandler

Definition at line 755 of file RedshiftServiceClientModel.h.

◆ CreateSnapshotScheduleResponseReceivedHandler

Definition at line 758 of file RedshiftServiceClientModel.h.

◆ CreateTagsResponseReceivedHandler

Definition at line 761 of file RedshiftServiceClientModel.h.

◆ CreateUsageLimitResponseReceivedHandler

Definition at line 764 of file RedshiftServiceClientModel.h.

◆ DeauthorizeDataShareResponseReceivedHandler

Definition at line 767 of file RedshiftServiceClientModel.h.

◆ DeleteAuthenticationProfileResponseReceivedHandler

Definition at line 770 of file RedshiftServiceClientModel.h.

◆ DeleteClusterParameterGroupResponseReceivedHandler

Definition at line 776 of file RedshiftServiceClientModel.h.

◆ DeleteClusterResponseReceivedHandler

Definition at line 773 of file RedshiftServiceClientModel.h.

◆ DeleteClusterSecurityGroupResponseReceivedHandler

Definition at line 779 of file RedshiftServiceClientModel.h.

◆ DeleteClusterSnapshotResponseReceivedHandler

Definition at line 782 of file RedshiftServiceClientModel.h.

◆ DeleteClusterSubnetGroupResponseReceivedHandler

Definition at line 785 of file RedshiftServiceClientModel.h.

◆ DeleteCustomDomainAssociationResponseReceivedHandler

Definition at line 789 of file RedshiftServiceClientModel.h.

◆ DeleteEndpointAccessResponseReceivedHandler

Definition at line 792 of file RedshiftServiceClientModel.h.

◆ DeleteEventSubscriptionResponseReceivedHandler

Definition at line 795 of file RedshiftServiceClientModel.h.

◆ DeleteHsmClientCertificateResponseReceivedHandler

Definition at line 798 of file RedshiftServiceClientModel.h.

◆ DeleteHsmConfigurationResponseReceivedHandler

Definition at line 801 of file RedshiftServiceClientModel.h.

◆ DeleteIntegrationResponseReceivedHandler

Definition at line 804 of file RedshiftServiceClientModel.h.

◆ DeletePartnerResponseReceivedHandler

Definition at line 807 of file RedshiftServiceClientModel.h.

◆ DeleteQev2IdcApplicationResponseReceivedHandler

Definition at line 810 of file RedshiftServiceClientModel.h.

◆ DeleteRedshiftIdcApplicationResponseReceivedHandler

Definition at line 814 of file RedshiftServiceClientModel.h.

◆ DeleteResourcePolicyResponseReceivedHandler

Definition at line 817 of file RedshiftServiceClientModel.h.

◆ DeleteScheduledActionResponseReceivedHandler

Definition at line 820 of file RedshiftServiceClientModel.h.

◆ DeleteSnapshotCopyGrantResponseReceivedHandler

Definition at line 823 of file RedshiftServiceClientModel.h.

◆ DeleteSnapshotScheduleResponseReceivedHandler

Definition at line 826 of file RedshiftServiceClientModel.h.

◆ DeleteTagsResponseReceivedHandler

Definition at line 829 of file RedshiftServiceClientModel.h.

◆ DeleteUsageLimitResponseReceivedHandler

Definition at line 832 of file RedshiftServiceClientModel.h.

◆ DeregisterNamespaceResponseReceivedHandler

Definition at line 835 of file RedshiftServiceClientModel.h.

◆ DescribeAccountAttributesResponseReceivedHandler

Definition at line 838 of file RedshiftServiceClientModel.h.

◆ DescribeAuthenticationProfilesResponseReceivedHandler

Definition at line 842 of file RedshiftServiceClientModel.h.

◆ DescribeClusterDbRevisionsPaginator

Definition at line 51 of file RedshiftClientPagination.h.

◆ DescribeClusterDbRevisionsResponseReceivedHandler

Definition at line 845 of file RedshiftServiceClientModel.h.

◆ DescribeClusterParameterGroupsPaginator

Definition at line 54 of file RedshiftClientPagination.h.

◆ DescribeClusterParameterGroupsResponseReceivedHandler

Definition at line 849 of file RedshiftServiceClientModel.h.

◆ DescribeClusterParametersPaginator

Definition at line 57 of file RedshiftClientPagination.h.

◆ DescribeClusterParametersResponseReceivedHandler

Definition at line 852 of file RedshiftServiceClientModel.h.

◆ DescribeClusterSecurityGroupsPaginator

Definition at line 62 of file RedshiftClientPagination.h.

◆ DescribeClusterSecurityGroupsResponseReceivedHandler

Definition at line 856 of file RedshiftServiceClientModel.h.

◆ DescribeClusterSnapshotsPaginator

Definition at line 65 of file RedshiftClientPagination.h.

◆ DescribeClusterSnapshotsResponseReceivedHandler

Definition at line 859 of file RedshiftServiceClientModel.h.

◆ DescribeClustersPaginator

Definition at line 60 of file RedshiftClientPagination.h.

◆ DescribeClustersResponseReceivedHandler

Definition at line 871 of file RedshiftServiceClientModel.h.

◆ DescribeClusterSubnetGroupsPaginator

Definition at line 68 of file RedshiftClientPagination.h.

◆ DescribeClusterSubnetGroupsResponseReceivedHandler

Definition at line 862 of file RedshiftServiceClientModel.h.

◆ DescribeClusterTracksPaginator

Definition at line 71 of file RedshiftClientPagination.h.

◆ DescribeClusterTracksResponseReceivedHandler

Definition at line 865 of file RedshiftServiceClientModel.h.

◆ DescribeClusterVersionsPaginator

Definition at line 73 of file RedshiftClientPagination.h.

◆ DescribeClusterVersionsResponseReceivedHandler

Definition at line 868 of file RedshiftServiceClientModel.h.

◆ DescribeCustomDomainAssociationsPaginator

Definition at line 76 of file RedshiftClientPagination.h.

◆ DescribeCustomDomainAssociationsResponseReceivedHandler

Definition at line 875 of file RedshiftServiceClientModel.h.

◆ DescribeDataSharesForConsumerPaginator

Definition at line 81 of file RedshiftClientPagination.h.

◆ DescribeDataSharesForConsumerResponseReceivedHandler

Definition at line 882 of file RedshiftServiceClientModel.h.

◆ DescribeDataSharesForProducerPaginator

Definition at line 84 of file RedshiftClientPagination.h.

◆ DescribeDataSharesForProducerResponseReceivedHandler

Definition at line 886 of file RedshiftServiceClientModel.h.

◆ DescribeDataSharesPaginator

Definition at line 79 of file RedshiftClientPagination.h.

◆ DescribeDataSharesResponseReceivedHandler

Definition at line 878 of file RedshiftServiceClientModel.h.

◆ DescribeDefaultClusterParametersPaginator

Definition at line 87 of file RedshiftClientPagination.h.

◆ DescribeDefaultClusterParametersResponseReceivedHandler

Definition at line 890 of file RedshiftServiceClientModel.h.

◆ DescribeEndpointAccessPaginator

Definition at line 90 of file RedshiftClientPagination.h.

◆ DescribeEndpointAccessResponseReceivedHandler

Definition at line 893 of file RedshiftServiceClientModel.h.

◆ DescribeEndpointAuthorizationPaginator

Definition at line 93 of file RedshiftClientPagination.h.

◆ DescribeEndpointAuthorizationResponseReceivedHandler

Definition at line 897 of file RedshiftServiceClientModel.h.

◆ DescribeEventCategoriesResponseReceivedHandler

Definition at line 900 of file RedshiftServiceClientModel.h.

◆ DescribeEventsPaginator

Definition at line 96 of file RedshiftClientPagination.h.

◆ DescribeEventsResponseReceivedHandler

Definition at line 906 of file RedshiftServiceClientModel.h.

◆ DescribeEventSubscriptionsPaginator

Definition at line 98 of file RedshiftClientPagination.h.

◆ DescribeEventSubscriptionsResponseReceivedHandler

Definition at line 903 of file RedshiftServiceClientModel.h.

◆ DescribeHsmClientCertificatesPaginator

Definition at line 101 of file RedshiftClientPagination.h.

◆ DescribeHsmClientCertificatesResponseReceivedHandler

Definition at line 910 of file RedshiftServiceClientModel.h.

◆ DescribeHsmConfigurationsPaginator

Definition at line 104 of file RedshiftClientPagination.h.

◆ DescribeHsmConfigurationsResponseReceivedHandler

Definition at line 913 of file RedshiftServiceClientModel.h.

◆ DescribeInboundIntegrationsPaginator

Definition at line 107 of file RedshiftClientPagination.h.

◆ DescribeInboundIntegrationsResponseReceivedHandler

Definition at line 916 of file RedshiftServiceClientModel.h.

◆ DescribeIntegrationsPaginator

Definition at line 110 of file RedshiftClientPagination.h.

◆ DescribeIntegrationsResponseReceivedHandler

Definition at line 919 of file RedshiftServiceClientModel.h.

◆ DescribeLoggingStatusResponseReceivedHandler

Definition at line 922 of file RedshiftServiceClientModel.h.

◆ DescribeNodeConfigurationOptionsPaginator

Definition at line 112 of file RedshiftClientPagination.h.

◆ DescribeNodeConfigurationOptionsResponseReceivedHandler

Definition at line 926 of file RedshiftServiceClientModel.h.

◆ DescribeOrderableClusterOptionsPaginator

Definition at line 115 of file RedshiftClientPagination.h.

◆ DescribeOrderableClusterOptionsResponseReceivedHandler

Definition at line 930 of file RedshiftServiceClientModel.h.

◆ DescribePartnersResponseReceivedHandler

Definition at line 933 of file RedshiftServiceClientModel.h.

◆ DescribeQev2IdcApplicationsPaginator

Definition at line 118 of file RedshiftClientPagination.h.

◆ DescribeQev2IdcApplicationsResponseReceivedHandler

Definition at line 936 of file RedshiftServiceClientModel.h.

◆ DescribeRedshiftIdcApplicationsPaginator

Definition at line 121 of file RedshiftClientPagination.h.

◆ DescribeRedshiftIdcApplicationsResponseReceivedHandler

Definition at line 940 of file RedshiftServiceClientModel.h.

◆ DescribeReservedNodeExchangeStatusPaginator

Definition at line 124 of file RedshiftClientPagination.h.

◆ DescribeReservedNodeExchangeStatusResponseReceivedHandler

Definition at line 944 of file RedshiftServiceClientModel.h.

◆ DescribeReservedNodeOfferingsPaginator

Definition at line 127 of file RedshiftClientPagination.h.

◆ DescribeReservedNodeOfferingsResponseReceivedHandler

Definition at line 948 of file RedshiftServiceClientModel.h.

◆ DescribeReservedNodesPaginator

Definition at line 130 of file RedshiftClientPagination.h.

◆ DescribeReservedNodesResponseReceivedHandler

Definition at line 951 of file RedshiftServiceClientModel.h.

◆ DescribeResizeResponseReceivedHandler

Definition at line 954 of file RedshiftServiceClientModel.h.

◆ DescribeScheduledActionsPaginator

Definition at line 132 of file RedshiftClientPagination.h.

◆ DescribeScheduledActionsResponseReceivedHandler

Definition at line 957 of file RedshiftServiceClientModel.h.

◆ DescribeSnapshotCopyGrantsPaginator

Definition at line 135 of file RedshiftClientPagination.h.

◆ DescribeSnapshotCopyGrantsResponseReceivedHandler

Definition at line 960 of file RedshiftServiceClientModel.h.

◆ DescribeSnapshotSchedulesPaginator

Definition at line 138 of file RedshiftClientPagination.h.

◆ DescribeSnapshotSchedulesResponseReceivedHandler

Definition at line 963 of file RedshiftServiceClientModel.h.

◆ DescribeStorageResponseReceivedHandler

Definition at line 966 of file RedshiftServiceClientModel.h.

◆ DescribeTableRestoreStatusPaginator

Definition at line 141 of file RedshiftClientPagination.h.

◆ DescribeTableRestoreStatusResponseReceivedHandler

Definition at line 969 of file RedshiftServiceClientModel.h.

◆ DescribeTagsPaginator

Definition at line 144 of file RedshiftClientPagination.h.

◆ DescribeTagsResponseReceivedHandler

Definition at line 972 of file RedshiftServiceClientModel.h.

◆ DescribeUsageLimitsPaginator

Definition at line 146 of file RedshiftClientPagination.h.

◆ DescribeUsageLimitsResponseReceivedHandler

Definition at line 975 of file RedshiftServiceClientModel.h.

◆ DisableLoggingResponseReceivedHandler

Definition at line 978 of file RedshiftServiceClientModel.h.

◆ DisableSnapshotCopyResponseReceivedHandler

Definition at line 981 of file RedshiftServiceClientModel.h.

◆ DisassociateDataShareConsumerResponseReceivedHandler

Definition at line 985 of file RedshiftServiceClientModel.h.

◆ EnableLoggingResponseReceivedHandler

Definition at line 988 of file RedshiftServiceClientModel.h.

◆ EnableSnapshotCopyResponseReceivedHandler

Definition at line 991 of file RedshiftServiceClientModel.h.

◆ FailoverPrimaryComputeResponseReceivedHandler

Definition at line 994 of file RedshiftServiceClientModel.h.

◆ GetClusterCredentialsResponseReceivedHandler

Definition at line 997 of file RedshiftServiceClientModel.h.

◆ GetClusterCredentialsWithIAMResponseReceivedHandler

Definition at line 1001 of file RedshiftServiceClientModel.h.

◆ GetIdentityCenterAuthTokenResponseReceivedHandler

Definition at line 1004 of file RedshiftServiceClientModel.h.

◆ GetReservedNodeExchangeConfigurationOptionsPaginator

Definition at line 148 of file RedshiftClientPagination.h.

◆ GetReservedNodeExchangeConfigurationOptionsResponseReceivedHandler

Definition at line 1008 of file RedshiftServiceClientModel.h.

◆ GetReservedNodeExchangeOfferingsPaginator

Definition at line 151 of file RedshiftClientPagination.h.

◆ GetReservedNodeExchangeOfferingsResponseReceivedHandler

Definition at line 1012 of file RedshiftServiceClientModel.h.

◆ GetResourcePolicyResponseReceivedHandler

Definition at line 1015 of file RedshiftServiceClientModel.h.

◆ ListRecommendationsPaginator

Definition at line 154 of file RedshiftClientPagination.h.

◆ ListRecommendationsResponseReceivedHandler

Definition at line 1018 of file RedshiftServiceClientModel.h.

◆ ModifyAquaConfigurationResponseReceivedHandler

Definition at line 1021 of file RedshiftServiceClientModel.h.

◆ ModifyAuthenticationProfileResponseReceivedHandler

Definition at line 1024 of file RedshiftServiceClientModel.h.

◆ ModifyClusterDbRevisionResponseReceivedHandler

Definition at line 1030 of file RedshiftServiceClientModel.h.

◆ ModifyClusterIamRolesResponseReceivedHandler

Definition at line 1033 of file RedshiftServiceClientModel.h.

◆ ModifyClusterMaintenanceResponseReceivedHandler

Definition at line 1036 of file RedshiftServiceClientModel.h.

◆ ModifyClusterParameterGroupResponseReceivedHandler

Definition at line 1039 of file RedshiftServiceClientModel.h.

◆ ModifyClusterResponseReceivedHandler

Definition at line 1027 of file RedshiftServiceClientModel.h.

◆ ModifyClusterSnapshotResponseReceivedHandler

Definition at line 1042 of file RedshiftServiceClientModel.h.

◆ ModifyClusterSnapshotScheduleResponseReceivedHandler

Definition at line 1046 of file RedshiftServiceClientModel.h.

◆ ModifyClusterSubnetGroupResponseReceivedHandler

Definition at line 1049 of file RedshiftServiceClientModel.h.

◆ ModifyCustomDomainAssociationResponseReceivedHandler

Definition at line 1053 of file RedshiftServiceClientModel.h.

◆ ModifyEndpointAccessResponseReceivedHandler

Definition at line 1056 of file RedshiftServiceClientModel.h.

◆ ModifyEventSubscriptionResponseReceivedHandler

Definition at line 1059 of file RedshiftServiceClientModel.h.

◆ ModifyIntegrationResponseReceivedHandler

Definition at line 1062 of file RedshiftServiceClientModel.h.

◆ ModifyLakehouseConfigurationResponseReceivedHandler

Definition at line 1066 of file RedshiftServiceClientModel.h.

◆ ModifyQev2IdcApplicationResponseReceivedHandler

Definition at line 1069 of file RedshiftServiceClientModel.h.

◆ ModifyRedshiftIdcApplicationResponseReceivedHandler

Definition at line 1073 of file RedshiftServiceClientModel.h.

◆ ModifyScheduledActionResponseReceivedHandler

Definition at line 1076 of file RedshiftServiceClientModel.h.

◆ ModifySnapshotCopyRetentionPeriodResponseReceivedHandler

Definition at line 1080 of file RedshiftServiceClientModel.h.

◆ ModifySnapshotScheduleResponseReceivedHandler

Definition at line 1083 of file RedshiftServiceClientModel.h.

◆ ModifyUsageLimitResponseReceivedHandler

Definition at line 1086 of file RedshiftServiceClientModel.h.

◆ PauseClusterResponseReceivedHandler

Definition at line 1089 of file RedshiftServiceClientModel.h.

◆ PurchaseReservedNodeOfferingResponseReceivedHandler

Definition at line 1093 of file RedshiftServiceClientModel.h.

◆ PutResourcePolicyResponseReceivedHandler

Definition at line 1096 of file RedshiftServiceClientModel.h.

◆ RebootClusterResponseReceivedHandler

Definition at line 1099 of file RedshiftServiceClientModel.h.

◆ RedshiftClientConfiguration

Definition at line 218 of file RedshiftServiceClientModel.h.

◆ RedshiftEndpointProvider

Definition at line 220 of file RedshiftServiceClientModel.h.

◆ RedshiftEndpointProviderBase

Definition at line 219 of file RedshiftServiceClientModel.h.

◆ RegisterNamespaceResponseReceivedHandler

Definition at line 1102 of file RedshiftServiceClientModel.h.

◆ RejectDataShareResponseReceivedHandler

Definition at line 1105 of file RedshiftServiceClientModel.h.

◆ ResetClusterParameterGroupResponseReceivedHandler

Definition at line 1108 of file RedshiftServiceClientModel.h.

◆ ResizeClusterResponseReceivedHandler

Definition at line 1111 of file RedshiftServiceClientModel.h.

◆ RestoreFromClusterSnapshotResponseReceivedHandler

Definition at line 1114 of file RedshiftServiceClientModel.h.

◆ RestoreTableFromClusterSnapshotResponseReceivedHandler

Definition at line 1118 of file RedshiftServiceClientModel.h.

◆ ResumeClusterResponseReceivedHandler

Definition at line 1121 of file RedshiftServiceClientModel.h.

◆ RevokeClusterSecurityGroupIngressResponseReceivedHandler

Definition at line 1125 of file RedshiftServiceClientModel.h.

◆ RevokeEndpointAccessResponseReceivedHandler

Definition at line 1128 of file RedshiftServiceClientModel.h.

◆ RevokeSnapshotAccessResponseReceivedHandler

Definition at line 1131 of file RedshiftServiceClientModel.h.

◆ RotateEncryptionKeyResponseReceivedHandler

Definition at line 1134 of file RedshiftServiceClientModel.h.

◆ UpdatePartnerStatusResponseReceivedHandler

Definition at line 1137 of file RedshiftServiceClientModel.h.

Enumeration Type Documentation

◆ RedshiftErrors

strong
Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
ACCESS_TO_CLUSTER_DENIED_FAULT 
ACCESS_TO_SNAPSHOT_DENIED_FAULT 
AUTHENTICATION_PROFILE_ALREADY_EXISTS_FAULT 
AUTHENTICATION_PROFILE_NOT_FOUND_FAULT 
AUTHENTICATION_PROFILE_QUOTA_EXCEEDED_FAULT 
AUTHORIZATION_ALREADY_EXISTS_FAULT 
AUTHORIZATION_NOT_FOUND_FAULT 
AUTHORIZATION_QUOTA_EXCEEDED_FAULT 
BATCH_DELETE_REQUEST_SIZE_EXCEEDED_FAULT 
BATCH_MODIFY_CLUSTER_SNAPSHOTS_LIMIT_EXCEEDED_FAULT 
BUCKET_NOT_FOUND_FAULT 
CLUSTER_ALREADY_EXISTS_FAULT 
CLUSTER_NOT_FOUND_FAULT 
CLUSTER_ON_LATEST_REVISION_FAULT 
CLUSTER_PARAMETER_GROUP_ALREADY_EXISTS_FAULT 
CLUSTER_PARAMETER_GROUP_NOT_FOUND_FAULT 
CLUSTER_PARAMETER_GROUP_QUOTA_EXCEEDED_FAULT 
CLUSTER_QUOTA_EXCEEDED_FAULT 
CLUSTER_SECURITY_GROUP_ALREADY_EXISTS_FAULT 
CLUSTER_SECURITY_GROUP_NOT_FOUND_FAULT 
CLUSTER_SECURITY_GROUP_QUOTA_EXCEEDED_FAULT 
CLUSTER_SNAPSHOT_ALREADY_EXISTS_FAULT 
CLUSTER_SNAPSHOT_NOT_FOUND_FAULT 
CLUSTER_SNAPSHOT_QUOTA_EXCEEDED_FAULT 
CLUSTER_SUBNET_GROUP_ALREADY_EXISTS_FAULT 
CLUSTER_SUBNET_GROUP_NOT_FOUND_FAULT 
CLUSTER_SUBNET_GROUP_QUOTA_EXCEEDED_FAULT 
CLUSTER_SUBNET_QUOTA_EXCEEDED_FAULT 
CONFLICT_POLICY_UPDATE_FAULT 
COPY_TO_REGION_DISABLED_FAULT 
CUSTOM_CNAME_ASSOCIATION_FAULT 
CUSTOM_DOMAIN_ASSOCIATION_NOT_FOUND_FAULT 
DEPENDENT_SERVICE_ACCESS_DENIED_FAULT 
DEPENDENT_SERVICE_REQUEST_THROTTLING_FAULT 
DEPENDENT_SERVICE_UNAVAILABLE_FAULT 
ENDPOINTS_PER_AUTHORIZATION_LIMIT_EXCEEDED_FAULT 
ENDPOINTS_PER_CLUSTER_LIMIT_EXCEEDED_FAULT 
ENDPOINT_ALREADY_EXISTS_FAULT 
ENDPOINT_AUTHORIZATIONS_PER_CLUSTER_LIMIT_EXCEEDED_FAULT 
ENDPOINT_AUTHORIZATION_ALREADY_EXISTS_FAULT 
ENDPOINT_AUTHORIZATION_NOT_FOUND_FAULT 
ENDPOINT_NOT_FOUND_FAULT 
EVENT_SUBSCRIPTION_QUOTA_EXCEEDED_FAULT 
HSM_CLIENT_CERTIFICATE_ALREADY_EXISTS_FAULT 
HSM_CLIENT_CERTIFICATE_NOT_FOUND_FAULT 
HSM_CLIENT_CERTIFICATE_QUOTA_EXCEEDED_FAULT 
HSM_CONFIGURATION_ALREADY_EXISTS_FAULT 
HSM_CONFIGURATION_NOT_FOUND_FAULT 
HSM_CONFIGURATION_QUOTA_EXCEEDED_FAULT 
INCOMPATIBLE_ORDERABLE_OPTIONS 
INSUFFICIENT_CLUSTER_CAPACITY_FAULT 
INSUFFICIENT_S3_BUCKET_POLICY_FAULT 
INTEGRATION_ALREADY_EXISTS_FAULT 
INTEGRATION_CONFLICT_OPERATION_FAULT 
INTEGRATION_CONFLICT_STATE_FAULT 
INTEGRATION_NOT_FOUND_FAULT 
INTEGRATION_QUOTA_EXCEEDED_FAULT 
INTEGRATION_SOURCE_NOT_FOUND_FAULT 
INTEGRATION_TARGET_NOT_FOUND_FAULT 
INVALID_AUTHENTICATION_PROFILE_REQUEST_FAULT 
INVALID_AUTHORIZATION_STATE_FAULT 
INVALID_CLUSTER_PARAMETER_GROUP_STATE_FAULT 
INVALID_CLUSTER_SECURITY_GROUP_STATE_FAULT 
INVALID_CLUSTER_SNAPSHOT_SCHEDULE_STATE_FAULT 
INVALID_CLUSTER_SNAPSHOT_STATE_FAULT 
INVALID_CLUSTER_STATE_FAULT 
INVALID_CLUSTER_SUBNET_GROUP_STATE_FAULT 
INVALID_CLUSTER_SUBNET_STATE_FAULT 
INVALID_CLUSTER_TRACK_FAULT 
INVALID_DATA_SHARE_FAULT 
INVALID_ELASTIC_IP_FAULT 
INVALID_ENDPOINT_STATE_FAULT 
INVALID_HSM_CLIENT_CERTIFICATE_STATE_FAULT 
INVALID_HSM_CONFIGURATION_STATE_FAULT 
INVALID_NAMESPACE_FAULT 
INVALID_POLICY_FAULT 
INVALID_RESERVED_NODE_STATE_FAULT 
INVALID_RESTORE_FAULT 
INVALID_RETENTION_PERIOD_FAULT 
INVALID_S3_BUCKET_NAME_FAULT 
INVALID_S3_KEY_PREFIX_FAULT 
INVALID_SCHEDULED_ACTION_FAULT 
INVALID_SCHEDULE_FAULT 
INVALID_SNAPSHOT_COPY_GRANT_STATE_FAULT 
INVALID_SUBNET 
INVALID_SUBSCRIPTION_STATE_FAULT 
INVALID_TABLE_RESTORE_ARGUMENT_FAULT 
INVALID_TAG_FAULT 
INVALID_USAGE_LIMIT_FAULT 
INVALID_V_P_C_NETWORK_STATE_FAULT 
IN_PROGRESS_TABLE_RESTORE_QUOTA_EXCEEDED_FAULT 
IPV6_CIDR_BLOCK_NOT_FOUND_FAULT 
LIMIT_EXCEEDED_FAULT 
NUMBER_OF_NODES_PER_CLUSTER_LIMIT_EXCEEDED_FAULT 
NUMBER_OF_NODES_QUOTA_EXCEEDED_FAULT 
PARTNER_NOT_FOUND_FAULT 
QEV2_IDC_APPLICATION_ALREADY_EXISTS_FAULT 
QEV2_IDC_APPLICATION_NOT_EXISTS_FAULT 
REDSHIFT_IDC_APPLICATION_ALREADY_EXISTS_FAULT 
REDSHIFT_IDC_APPLICATION_NOT_EXISTS_FAULT 
REDSHIFT_IDC_APPLICATION_QUOTA_EXCEEDED_FAULT 
REDSHIFT_INVALID_PARAMETER_FAULT 
RESERVED_NODE_ALREADY_EXISTS_FAULT 
RESERVED_NODE_ALREADY_MIGRATED_FAULT 
RESERVED_NODE_EXCHANGE_NOT_FOUND_FAULT 
RESERVED_NODE_NOT_FOUND_FAULT 
RESERVED_NODE_OFFERING_NOT_FOUND_FAULT 
RESERVED_NODE_QUOTA_EXCEEDED_FAULT 
RESIZE_NOT_FOUND_FAULT 
RESOURCE_NOT_FOUND_FAULT 
SCHEDULED_ACTION_ALREADY_EXISTS_FAULT 
SCHEDULED_ACTION_NOT_FOUND_FAULT 
SCHEDULED_ACTION_QUOTA_EXCEEDED_FAULT 
SCHEDULED_ACTION_TYPE_UNSUPPORTED_FAULT 
SCHEDULE_DEFINITION_TYPE_UNSUPPORTED_FAULT 
SNAPSHOT_COPY_ALREADY_DISABLED_FAULT 
SNAPSHOT_COPY_ALREADY_ENABLED_FAULT 
SNAPSHOT_COPY_DISABLED_FAULT 
SNAPSHOT_COPY_GRANT_ALREADY_EXISTS_FAULT 
SNAPSHOT_COPY_GRANT_NOT_FOUND_FAULT 
SNAPSHOT_COPY_GRANT_QUOTA_EXCEEDED_FAULT 
SNAPSHOT_SCHEDULE_ALREADY_EXISTS_FAULT 
SNAPSHOT_SCHEDULE_NOT_FOUND_FAULT 
SNAPSHOT_SCHEDULE_QUOTA_EXCEEDED_FAULT 
SNAPSHOT_SCHEDULE_UPDATE_IN_PROGRESS_FAULT 
SOURCE_NOT_FOUND_FAULT 
SUBNET_ALREADY_IN_USE 
SUBSCRIPTION_ALREADY_EXIST_FAULT 
SUBSCRIPTION_CATEGORY_NOT_FOUND_FAULT 
SUBSCRIPTION_EVENT_ID_NOT_FOUND_FAULT 
SUBSCRIPTION_NOT_FOUND_FAULT 
SUBSCRIPTION_SEVERITY_NOT_FOUND_FAULT 
S_N_S_INVALID_TOPIC_FAULT 
S_N_S_NO_AUTHORIZATION_FAULT 
S_N_S_TOPIC_ARN_NOT_FOUND_FAULT 
TABLE_LIMIT_EXCEEDED_FAULT 
TABLE_RESTORE_NOT_FOUND_FAULT 
TAG_LIMIT_EXCEEDED_FAULT 
UNAUTHORIZED_OPERATION 
UNAUTHORIZED_PARTNER_INTEGRATION_FAULT 
UNKNOWN_SNAPSHOT_COPY_REGION_FAULT 
UNSUPPORTED_OPERATION_FAULT 
UNSUPPORTED_OPTION_FAULT 
USAGE_LIMIT_ALREADY_EXISTS_FAULT 
USAGE_LIMIT_NOT_FOUND_FAULT 

Definition at line 14 of file RedshiftErrors.h.