ModifyRule
Replaces the specified properties of the specified rule. Any properties that you do not specify are unchanged.
To add an item to a list, remove an item from a list, or update an item in a list, you must provide the entire list. For example, to add an action, specify a list with the current actions plus the new action.
To modify the actions for the default rule, use ModifyListener.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- Actions.member.N
-
The actions.
Type: Array of Action objects
Required: No
- Conditions.member.N
-
The conditions.
Type: Array of RuleCondition objects
Required: No
- RuleArn
-
The Amazon Resource Name (ARN) of the rule.
Type: String
Required: Yes
Response Elements
The following element is returned by the service.
- Rules.member.N
-
Information about the modified rule.
Type: Array of Rule objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- IncompatibleProtocols
-
The specified configuration is not valid with this protocol.
HTTP Status Code: 400
- InvalidLoadBalancerAction
-
The requested action is not valid.
HTTP Status Code: 400
- OperationNotPermitted
-
This operation is not allowed.
HTTP Status Code: 400
- RuleNotFound
-
The specified rule does not exist.
HTTP Status Code: 400
- TargetGroupAssociationLimit
-
You've reached the limit on the number of load balancers per target group.
HTTP Status Code: 400
- TargetGroupNotFound
-
The specified target group does not exist.
HTTP Status Code: 400
- TooManyActions
-
You've reached the limit on the number of actions per rule.
HTTP Status Code: 400
- TooManyRegistrationsForTargetId
-
You've reached the limit on the number of times a target can be registered with a load balancer.
HTTP Status Code: 400
- TooManyTargets
-
You've reached the limit on the number of targets.
HTTP Status Code: 400
- TooManyUniqueTargetGroupsPerLoadBalancer
-
You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.
HTTP Status Code: 400
- UnsupportedProtocol
-
The specified protocol is not supported.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: