AWS SDK for Kotlin
Toggle table of contents
1.6.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehubv2
/
aws.sdk.kotlin.services.resiliencehubv2.model
/
ReportGenerationErrorCode
Report
Generation
Error
Code
sealed
class
ReportGenerationErrorCode
Error codes for failed report generation.
Inheritors
ConfigurationError
InsufficientPermissions
InternalError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Configuration
Error
Link copied to clipboard
object
ConfigurationError
:
ReportGenerationErrorCode
Insufficient
Permissions
Link copied to clipboard
object
InsufficientPermissions
:
ReportGenerationErrorCode
Internal
Error
Link copied to clipboard
object
InternalError
:
ReportGenerationErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportGenerationErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String