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

The request was rejected because an error occurred.

*/ export interface CloudHsmServiceException extends __ServiceException__<_CloudHsmServiceExceptionDetails> { name: "CloudHsmServiceException"; } export interface _CloudHsmServiceExceptionDetails { /** * _errorMessage shape */ Message?: string; }