Minor typo fixes (#7354)
This commit is contained in:
parent
57f21b40e1
commit
139302122e
|
@ -15,8 +15,8 @@ import (
|
|||
)
|
||||
|
||||
// How long to sleep if a limit-exceeded event happens
|
||||
var routeTargetValidationError = errors.New("Error: more than 1 target specified. Only 1 of gateway_id" +
|
||||
"nat_gateway_id, instance_id, network_interface_id, route_table_id or" +
|
||||
var routeTargetValidationError = errors.New("Error: more than 1 target specified. Only 1 of gateway_id, " +
|
||||
"nat_gateway_id, instance_id, network_interface_id, route_table_id or " +
|
||||
"vpc_peering_connection_id is allowed.")
|
||||
|
||||
// AWS Route resource Schema declaration
|
||||
|
|
Loading…
Reference in New Issue