S3LocationNotInServiceRegionException constructor

S3LocationNotInServiceRegionException({
  1. String? type,
  2. String? message,
})

Implementation

S3LocationNotInServiceRegionException({String? type, String? message})
    : super(
          type: type,
          code: 'S3LocationNotInServiceRegionException',
          message: message);