S3BucketDoesNotExistException constructor

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

Implementation

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