menu
aws_s3_api package
documentation
s3-2006-03-01.dart
NoSuchKey
NoSuchKey constructor
NoSuchKey constructor
dark_mode
light_mode
NoSuchKey
constructor
NoSuchKey
(
{
String
?
type
,
String
?
message
,
})
Implementation
NoSuchKey({String? type, String? message}) : super(type: type, code: 'NoSuchKey', message: message);
aws_s3_api package
documentation
s3-2006-03-01
NoSuchKey
NoSuchKey constructor
NoSuchKey class