AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
waf
/
aws.sdk.kotlin.services.waf.model
/
MigrationErrorType
Migration
Error
Type
sealed
class
MigrationErrorType
Inheritors
EntityNotFound
EntityNotSupported
S3BucketInvalidRegion
S3BucketNotAccessible
S3BucketNotFound
S3BucketNoPermission
S3InternalError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Entity
Not
Found
Link copied to clipboard
object
EntityNotFound
:
MigrationErrorType
Entity
Not
Supported
Link copied to clipboard
object
EntityNotSupported
:
MigrationErrorType
S3Bucket
Invalid
Region
Link copied to clipboard
object
S3BucketInvalidRegion
:
MigrationErrorType
S3Bucket
No
Permission
Link copied to clipboard
object
S3BucketNoPermission
:
MigrationErrorType
S3Bucket
Not
Accessible
Link copied to clipboard
object
S3BucketNotAccessible
:
MigrationErrorType
S3Bucket
Not
Found
Link copied to clipboard
object
S3BucketNotFound
:
MigrationErrorType
S3Internal
Error
Link copied to clipboard
object
S3InternalError
:
MigrationErrorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MigrationErrorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String