Difference between revisions of "ValidationError (AWS)"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
[[An error occurred (ValidationError) when calling the AssumeRole operation:]] | [[An error occurred (ValidationError) when calling the AssumeRole operation:]] | ||
+ | |||
+ | ╷ | ||
+ | │ Error: creating ELBv2 Listener (arn:aws:elasticloadbalancing:eu-west- | ||
+ | 1:123456789:loadbalancer/net/your-internal-nlb/b1fe24343): | ||
+ | ValidationError: Listener protocol '[[HTTP]]' must be one of 'TCP_UDP, TCP, UDP, TLS' | ||
+ | │ status code: 400, request id: ed5f870b-37e9-476a-84cf-12343545 | ||
+ | │ | ||
+ | │ with [[aws_lb_listener]].your_worker_listener, | ||
+ | │ on [[alb.tf]] line 59, in resource "aws_lb_listener" "your_worker_listener": | ||
+ | │ 59: resource "[[aws_lb_listener]]" "dashboards_worker_listener" { | ||
+ | │ | ||
+ | ╵ | ||
Revision as of 09:50, 27 January 2023
An error occurred (ValidationError) when calling the CreateChangeSet operation: Parameters: [your_parameter_1, your_parmeter2] must have values
An error occurred (ValidationError) when calling the GetUser operation: Must specify userName when calling with non-User credentials
RuntimeError: Non-zero exit code 254! An error occurred (ValidationError) when calling the CreateChangeSet operation: Parameters: [YourVar1, YourVar2] must have values
An error occurred (ValidationError) when calling the AssumeRole operation:
╷ │ Error: creating ELBv2 Listener (arn:aws:elasticloadbalancing:eu-west- 1:123456789:loadbalancer/net/your-internal-nlb/b1fe24343): ValidationError: Listener protocol 'HTTP' must be one of 'TCP_UDP, TCP, UDP, TLS' │ status code: 400, request id: ed5f870b-37e9-476a-84cf-12343545 │ │ with aws_lb_listener.your_worker_listener, │ on alb.tf line 59, in resource "aws_lb_listener" "your_worker_listener": │ 59: resource "aws_lb_listener" "dashboards_worker_listener" { │ ╵
See also
Advertising: