Class InvalidIdentityPoolConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class InvalidIdentityPoolConfigurationException
    extends AmazonServiceException

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

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidIdentityPoolConfigurationException

        public InvalidIdentityPoolConfigurationException​(String message)
        Constructs a new InvalidIdentityPoolConfigurationException with the specified error message.
        Parameters:
        message - Describes the error encountered.