VpcPeeringConnectionStatus constructor

VpcPeeringConnectionStatus({
  1. String? code,
  2. String? message,
})

Implementation

VpcPeeringConnectionStatus({
  this.code,
  this.message,
});