AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bcmpricingcalculator
/
aws.sdk.kotlin.services.bcmpricingcalculator.model
/
BatchUpdateBillScenarioUsageModificationErrorCode
Batch
Update
Bill
Scenario
Usage
Modification
Error
Code
sealed
class
BatchUpdateBillScenarioUsageModificationErrorCode
Inheritors
BadRequest
Conflict
InternalServerError
NotFound
SdkUnknown
Members
Types
Bad
Request
Link copied to clipboard
object
BadRequest
:
BatchUpdateBillScenarioUsageModificationErrorCode
Companion
Link copied to clipboard
object
Companion
Conflict
Link copied to clipboard
object
Conflict
:
BatchUpdateBillScenarioUsageModificationErrorCode
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
BatchUpdateBillScenarioUsageModificationErrorCode
Not
Found
Link copied to clipboard
object
NotFound
:
BatchUpdateBillScenarioUsageModificationErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchUpdateBillScenarioUsageModificationErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String