AWS SDK for Kotlin
Toggle table of contents
1.6.7
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
autoscaling
/
aws.sdk.kotlin.services.autoscaling.model
/
AutoScalingException
Auto
Scaling
Exception
open
class
AutoScalingException
Base class for all service related exceptions thrown by the AutoScaling client
Inheritors
ActiveInstanceRefreshNotFoundFault
AlreadyExistsFault
IdempotentParameterMismatchError
InstanceRefreshInProgressFault
InvalidNextToken
IrreversibleInstanceRefreshFault
LimitExceededFault
ResourceContentionFault
ResourceInUseFault
ScalingActivityInProgressFault
ServiceLinkedRoleFailure
Members
Constructors
Auto
Scaling
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)