AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
EcsException
Ecs
Exception
open
class
EcsException
Base class for all service related exceptions thrown by the Ecs client
Inheritors
AccessDeniedException
AttributeLimitExceededException
BlockedException
ClientException
ClusterContainsCapacityProviderException
ClusterContainsContainerInstancesException
ClusterContainsServicesException
ClusterContainsTasksException
ClusterNotFoundException
ConflictException
DaemonNotActiveException
DaemonNotFoundException
InvalidParameterException
LimitExceededException
MissingVersionException
NamespaceNotFoundException
NoUpdateAvailableException
PlatformTaskDefinitionIncompatibilityException
PlatformUnknownException
ResourceInUseException
ResourceNotFoundException
ServerException
ServiceDeploymentNotFoundException
ServiceNotActiveException
ServiceNotFoundException
TargetNotConnectedException
TargetNotFoundException
TaskSetNotFoundException
UnsupportedFeatureException
UpdateInProgressException
Members
Constructors
Ecs
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)