import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

Indicates that the account has not been granted production access.

*/ export interface ProductionAccessNotGrantedException extends __ServiceException__<_ProductionAccessNotGrantedExceptionDetails> { name: "ProductionAccessNotGrantedException"; } export interface _ProductionAccessNotGrantedExceptionDetails { }