AWS SDK for Kotlin
Toggle table of contents
1.4.114
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
inspector2
/
aws.sdk.kotlin.services.inspector2.model
/
ReportingErrorCode
Reporting
Error
Code
sealed
class
ReportingErrorCode
Inheritors
BucketNotFound
IncompatibleBucketRegion
InternalError
InvalidPermissions
MalformedKmsKey
NoFindingsFound
SdkUnknown
Members
Types
Bucket
Not
Found
Link copied to clipboard
object
BucketNotFound
:
ReportingErrorCode
Companion
Link copied to clipboard
object
Companion
Incompatible
Bucket
Region
Link copied to clipboard
object
IncompatibleBucketRegion
:
ReportingErrorCode
Internal
Error
Link copied to clipboard
object
InternalError
:
ReportingErrorCode
Invalid
Permissions
Link copied to clipboard
object
InvalidPermissions
:
ReportingErrorCode
Malformed
Kms
Key
Link copied to clipboard
object
MalformedKmsKey
:
ReportingErrorCode
No
Findings
Found
Link copied to clipboard
object
NoFindingsFound
:
ReportingErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportingErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String