AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
marketplaceagreement
/
aws.sdk.kotlin.services.marketplaceagreement.model
/
BillingAdjustmentErrorCode
Billing
Adjustment
Error
Code
sealed
class
BillingAdjustmentErrorCode
Inheritors
ConflictException
InternalFailure
ResourceNotFoundException
ValidationException
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Conflict
Exception
Link copied to clipboard
object
ConflictException
:
BillingAdjustmentErrorCode
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
BillingAdjustmentErrorCode
Resource
Not
Found
Exception
Link copied to clipboard
object
ResourceNotFoundException
:
BillingAdjustmentErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BillingAdjustmentErrorCode
Validation
Exception
Link copied to clipboard
object
ValidationException
:
BillingAdjustmentErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String