import React, { FunctionComponent } from 'react'; export interface Props { region: string; } export const ThrottlingErrorMessage: FunctionComponent = ({ region }) => (

Please visit the  AWS Service Quotas console  to request a quota increase or see our  documentation  to learn more.

);