S3ResourceNotFoundFault constructor

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

Implementation

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