Class SlowDownException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SlowDownException.Builder,SlowDownException>

@Generated("software.amazon.awssdk:codegen") public final class SlowDownException extends SsoOidcException implements ToCopyableBuilder<SlowDownException.Builder,SlowDownException>

Indicates that the client is making the request too frequently and is more than the service can handle.

See Also:
  • Method Details

    • toBuilder

      public SlowDownException.Builder toBuilder()
      Description copied from class: AwsServiceException
      Create a AwsServiceException.Builder initialized with the properties of this AwsServiceException.
      Specified by:
      toBuilder in interface ToCopyableBuilder<SlowDownException.Builder,SlowDownException>
      Overrides:
      toBuilder in class SsoOidcException
      Returns:
      A new builder initialized with this config's properties.
    • builder

      public static SlowDownException.Builder builder()
    • serializableBuilderClass

      public static Class<? extends SlowDownException.Builder> serializableBuilderClass()
    • error

      public String error()

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

      Returns:
      Single error code. For this exception the value will be slow_down.
    • error_description

      @Deprecated public String error_description()
      Deprecated.

      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.
    • errorDescription

      public String errorDescription()

      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.
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Overrides:
      sdkFields in class SdkServiceException
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.