RejectInvitationRequest

public struct RejectInvitationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the behavior graph to reject the invitation to. The member account’s current member status in the behavior graph must be INVITED.

    Declaration

    Swift

    public let graphArn: String
  • Undocumented

    Declaration

    Swift

    public init(graphArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws