NoSuchCloudFrontOriginAccessIdentity constructor
Implementation
NoSuchCloudFrontOriginAccessIdentity({String? type, String? message})
: super(
type: type,
code: 'NoSuchCloudFrontOriginAccessIdentity',
message: message);