We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d40591 commit de0c346Copy full SHA for de0c346
gems/aws-sdk-core/CHANGELOG.md
@@ -1,6 +1,8 @@
1
Unreleased Changes
2
------------------
3
4
+* Issue - Fix documentation that references a non-existent method.
5
+
6
3.214.0 (2024-11-25)
7
8
gems/aws-sdk-core/lib/aws-sdk-core/arn.rb
@@ -24,9 +24,7 @@ module Aws
24
# arn.resource
25
# # => foo/bar
26
#
27
- # # Note: parser available for parsing resource details
28
- # @see Aws::ARNParser#parse_resource
29
- #
+ # @see ARNParser
30
# @see https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-arns
31
class ARN
32
0 commit comments