Replies: 2 comments
-
Hey @celaus, thanks for submitting this issue. @jmklix Can you move this into the cross-SDK issue tracker? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@celaus There's likely nothing our team can do about this other than to submit a ticket upstream. We'll do that, but things like this often take a long time to change, if they ever do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! It looks like the
db_snapshot_identifier
of theDbSnapshot
property returns the ARN of the snapshot instead of the identifier. This makes it awkward to pass into another API call, resulting in the following error. Obviously I can get the snapshot identifier from the ARN but since there is a propertydb_snapshot_arn
, I thought this may be a bug?2023-05-11T14:15:50.407827Z DEBUG ThreadId(10) describe_db_snapshots_attrs{snapshot_id="arn:aws:rds:us-east-1:123123456456:snapshot:my-bucket-name"}:send_operation{operation="DescribeDBSnapshotAttributes" service="rds" status="service_error" service error: unhandled error: unhandled error: Error { code: "InvalidParameterValue", message: "The parameter DBSnapshotIdentifier is not a valid identifier. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.", ...
What say you?
SDK version
0.27.0
Beta Was this translation helpful? Give feedback.
All reactions