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