ResourceShareInvitationArnNotFoundException constructor
Implementation
ResourceShareInvitationArnNotFoundException({String? type, String? message})
: super(
type: type,
code: 'ResourceShareInvitationArnNotFoundException',
message: message);