import { ServiceException as __ServiceException__ } from '@aws-js-sdk-v3-prerelease/types'; /** *

Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.

*/ export interface InvalidIdentityPoolConfigurationException extends __ServiceException__<_InvalidIdentityPoolConfigurationExceptionDetails> { name: 'InvalidIdentityPoolConfigurationException'; } export interface _InvalidIdentityPoolConfigurationExceptionDetails { /** *

The message returned for an InvalidIdentityPoolConfigurationException

*/ message?: string; }