Returns the attachment that has the specified ID. Attachments can
include screenshots, error logs, or other files that describe your
issue. Attachment IDs are generated by the case management system when
you add an attachment to a case or case communication. Attachment IDs
are returned in the AttachmentDetails objects that are returned by the
describe_communications
operation.
You must have a Business or Enterprise support plan to use the AWS Support API.
If you call the AWS Support API from an account that does not have a
Business or Enterprise support plan, the
SubscriptionRequiredException
error message appears. For
information about changing your support plan, see AWS Support.
support_describe_attachment(attachmentId)
A list with the following syntax:
list(
attachment = list(
fileName = "string",
data = raw
)
)
[required] The ID of the attachment to return. Attachment IDs are returned by the
describe_communications
operation.
svc$describe_attachment(
attachmentId = "string"
)