JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.ssooidc.model

Class InvalidClientException

  • All Implemented Interfaces:
    Serializable


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class InvalidClientException
    extends AWSSSOOIDCException 

    Indicates that the clientId or clientSecret in the request is invalid. For example, this can occur when a client sends an incorrect clientId or an expired clientSecret.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidClientException

        public InvalidClientException(String message)
        Constructs a new InvalidClientException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setError

        public void setError(String error)

        Single error code. For this exception the value will be invalid_client.

        Parameters:
        error - Single error code. For this exception the value will be invalid_client.
      • getError

        public String getError()

        Single error code. For this exception the value will be invalid_client.

        Returns:
        Single error code. For this exception the value will be invalid_client.
      • withError

        public InvalidClientException withError(String error)

        Single error code. For this exception the value will be invalid_client.

        Parameters:
        error - Single error code. For this exception the value will be invalid_client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setError_description

        public void setError_description(String error_description)

        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

        Parameters:
        error_description - Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
      • getError_description

        public String getError_description()

        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

        Returns:
        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
      • withError_description

        public InvalidClientException withError_description(String error_description)

        Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

        Parameters:
        error_description - Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /