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