paws.security.identity (version 0.1.0)

ram_reject_resource_share_invitation: Rejects an invitation to a resource share from another AWS account

Description

Rejects an invitation to a resource share from another AWS account.

Usage

ram_reject_resource_share_invitation(resourceShareInvitationArn,
  clientToken)

Arguments

resourceShareInvitationArn

[required] The Amazon Resource Name (ARN) of the invitation.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Request syntax

svc$reject_resource_share_invitation(
  resourceShareInvitationArn = "string",
  clientToken = "string"
)