menu
shared_aws_api package
documentation
shared.dart
GenericAwsException
GenericAwsException constructor
GenericAwsException constructor
dark_mode
light_mode
GenericAwsException
constructor
GenericAwsException
(
{
String
?
type
,
required
String
code
,
String
?
message
,
})
Implementation
GenericAwsException({this.type, required this.code, this.message});
shared_aws_api package
documentation
shared
GenericAwsException
GenericAwsException constructor
GenericAwsException class