AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
inspector2
/
aws.sdk.kotlin.services.inspector2.model
/
AssociationResultStatusCode
Association
Result
Status
Code
sealed
class
AssociationResultStatusCode
Inheritors
AccessDenied
InternalError
InvalidInput
QuotaExceeded
ResourceNotFound
ScanConfigurationNotFound
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
AssociationResultStatusCode
Companion
Link copied to clipboard
object
Companion
Internal
Error
Link copied to clipboard
object
InternalError
:
AssociationResultStatusCode
Invalid
Input
Link copied to clipboard
object
InvalidInput
:
AssociationResultStatusCode
Quota
Exceeded
Link copied to clipboard
object
QuotaExceeded
:
AssociationResultStatusCode
Resource
Not
Found
Link copied to clipboard
object
ResourceNotFound
:
AssociationResultStatusCode
Scan
Configuration
Not
Found
Link copied to clipboard
object
ScanConfigurationNotFound
:
AssociationResultStatusCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssociationResultStatusCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String