AWS SDK for Kotlin
Toggle table of contents
1.6.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
migrationhubstrategy
/
aws.sdk.kotlin.services.migrationhubstrategy.model
/
MigrationHubStrategyException
Migration
Hub
Strategy
Exception
open
class
MigrationHubStrategyException
Base class for all service related exceptions thrown by the MigrationHubStrategy client
Inheritors
AccessDeniedException
ConflictException
DependencyException
InternalServerException
ResourceNotFoundException
ServiceLinkedRoleLockClientException
ServiceQuotaExceededException
ThrottlingException
ValidationException
Members
Constructors
Migration
Hub
Strategy
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)