2017-12-08 12:03:10 +00:00
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
package shield
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
2019-01-21 14:27:20 +00:00
|
|
|
// ErrCodeAccessDeniedException for service response error code
|
|
|
|
// "AccessDeniedException".
|
|
|
|
ErrCodeAccessDeniedException = "AccessDeniedException"
|
|
|
|
|
|
|
|
// ErrCodeAccessDeniedForDependencyException for service response error code
|
|
|
|
// "AccessDeniedForDependencyException".
|
|
|
|
//
|
|
|
|
// In order to grant the necessary access to the DDoS Response Team, the user
|
|
|
|
// submitting AssociateDRTRole must have the iam:PassRole permission. This error
|
|
|
|
// indicates the user did not have the appropriate permissions. For more information,
|
|
|
|
// see Granting a User Permissions to Pass a Role to an AWS Service (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html).
|
|
|
|
ErrCodeAccessDeniedForDependencyException = "AccessDeniedForDependencyException"
|
|
|
|
|
2017-12-08 12:03:10 +00:00
|
|
|
// ErrCodeInternalErrorException for service response error code
|
|
|
|
// "InternalErrorException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that a problem occurred with the service infrastructure.
|
|
|
|
// You can retry the request.
|
|
|
|
ErrCodeInternalErrorException = "InternalErrorException"
|
|
|
|
|
|
|
|
// ErrCodeInvalidOperationException for service response error code
|
|
|
|
// "InvalidOperationException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that the operation would not cause any change to
|
|
|
|
// occur.
|
|
|
|
ErrCodeInvalidOperationException = "InvalidOperationException"
|
|
|
|
|
2019-01-21 14:27:20 +00:00
|
|
|
// ErrCodeInvalidPaginationTokenException for service response error code
|
|
|
|
// "InvalidPaginationTokenException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that the NextToken specified in the request is invalid.
|
|
|
|
// Submit the request using the NextToken value that was returned in the response.
|
|
|
|
ErrCodeInvalidPaginationTokenException = "InvalidPaginationTokenException"
|
|
|
|
|
2017-12-08 12:03:10 +00:00
|
|
|
// ErrCodeInvalidParameterException for service response error code
|
|
|
|
// "InvalidParameterException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that the parameters passed to the API are invalid.
|
|
|
|
ErrCodeInvalidParameterException = "InvalidParameterException"
|
|
|
|
|
|
|
|
// ErrCodeInvalidResourceException for service response error code
|
|
|
|
// "InvalidResourceException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that the resource is invalid. You might not have
|
|
|
|
// access to the resource, or the resource might not exist.
|
|
|
|
ErrCodeInvalidResourceException = "InvalidResourceException"
|
|
|
|
|
|
|
|
// ErrCodeLimitsExceededException for service response error code
|
|
|
|
// "LimitsExceededException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that the operation would exceed a limit.
|
|
|
|
//
|
|
|
|
// Type is the type of limit that would be exceeded.
|
|
|
|
//
|
|
|
|
// Limit is the threshold that would be exceeded.
|
|
|
|
ErrCodeLimitsExceededException = "LimitsExceededException"
|
|
|
|
|
|
|
|
// ErrCodeLockedSubscriptionException for service response error code
|
|
|
|
// "LockedSubscriptionException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// You are trying to update a subscription that has not yet completed the 1-year
|
|
|
|
// commitment. You can change the AutoRenew parameter during the last 30 days
|
|
|
|
// of your subscription. This exception indicates that you are attempting to
|
|
|
|
// change AutoRenew prior to that period.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeLockedSubscriptionException = "LockedSubscriptionException"
|
|
|
|
|
2019-01-21 14:27:20 +00:00
|
|
|
// ErrCodeNoAssociatedRoleException for service response error code
|
|
|
|
// "NoAssociatedRoleException".
|
|
|
|
//
|
|
|
|
// The ARN of the role that you specifed does not exist.
|
|
|
|
ErrCodeNoAssociatedRoleException = "NoAssociatedRoleException"
|
|
|
|
|
2017-12-08 12:03:10 +00:00
|
|
|
// ErrCodeOptimisticLockException for service response error code
|
|
|
|
// "OptimisticLockException".
|
|
|
|
//
|
|
|
|
// Exception that indicates that the protection state has been modified by another
|
|
|
|
// client. You can retry the request.
|
|
|
|
ErrCodeOptimisticLockException = "OptimisticLockException"
|
|
|
|
|
|
|
|
// ErrCodeResourceAlreadyExistsException for service response error code
|
|
|
|
// "ResourceAlreadyExistsException".
|
|
|
|
//
|
|
|
|
// Exception indicating the specified resource already exists.
|
|
|
|
ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
|
|
|
|
|
|
|
|
// ErrCodeResourceNotFoundException for service response error code
|
|
|
|
// "ResourceNotFoundException".
|
|
|
|
//
|
|
|
|
// Exception indicating the specified resource does not exist.
|
|
|
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
|
|
|
)
|