import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This exception is thrown when the specified resource type is not supported by CloudTrail.
*/ export interface ResourceTypeNotSupportedException extends __ServiceException__<_ResourceTypeNotSupportedExceptionDetails> { name: "ResourceTypeNotSupportedException"; } export interface _ResourceTypeNotSupportedExceptionDetails { }