aws-sdk-ec2 1.351.0 → 1.352.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ module Aws
9
9
  def after_initialize(client)
10
10
  if region = client.config.region
11
11
  if matches = region.match(/^(\w+-\w+-\d+)[a-z]$/)
12
- msg = ":region option must a region name, not an availability "\
12
+ msg = ":region option must be a region name, not an availability "\
13
13
  "zone name; try `#{matches[1]}' instead of `#{matches[0]}'"
14
14
  raise ArgumentError, msg
15
15
  end