InvalidS3KeyPrefixFault constructor

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

Implementation

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