AwsQueryErrorTrait.fromJson constructor
AwsQueryErrorTrait.fromJson(
- Object? json
Implementation
factory AwsQueryErrorTrait.fromJson(Object? json) =>
_$AwsQueryErrorTraitFromJson((json as Map).cast<String, Object?>());