Smaws_Client_Support.DescribeAttachmentReturns 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 DescribeCommunications operation.
SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AttachmentIdNotFound of Types.attachment_id_not_found
| `DescribeAttachmentLimitExceeded of
Types.describe_attachment_limit_exceeded
| `InternalServerError of Types.internal_server_error ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_attachment_request ->
(Types.describe_attachment_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AttachmentIdNotFound of Types.attachment_id_not_found
| `DescribeAttachmentLimitExceeded of
Types.describe_attachment_limit_exceeded
| `InternalServerError of Types.internal_server_error ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_attachment_request ->
(Types.describe_attachment_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AttachmentIdNotFound of Types.attachment_id_not_found
| `DescribeAttachmentLimitExceeded of
Types.describe_attachment_limit_exceeded
| `InternalServerError of Types.internal_server_error ]
* Smaws_Lib.Response.metadata)
Stdlib.result