AWS SDK for Kotlin
Toggle table of contents
1.5.104
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
billing
/
aws.sdk.kotlin.services.billing.model
/
BillingViewStatusReason
Billing
View
Status
Reason
sealed
class
BillingViewStatusReason
Inheritors
AggregateSource
CyclicDependency
SourceViewAccessDenied
SourceViewDepthExceeded
SourceViewNotFound
SourceViewUnhealthy
SourceViewUpdating
ViewOwnerNotManagementAccount
SdkUnknown
Members
Types
Aggregate
Source
Link copied to clipboard
object
AggregateSource
:
BillingViewStatusReason
Companion
Link copied to clipboard
object
Companion
Cyclic
Dependency
Link copied to clipboard
object
CyclicDependency
:
BillingViewStatusReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BillingViewStatusReason
Source
View
Access
Denied
Link copied to clipboard
object
SourceViewAccessDenied
:
BillingViewStatusReason
Source
View
Depth
Exceeded
Link copied to clipboard
object
SourceViewDepthExceeded
:
BillingViewStatusReason
Source
View
Not
Found
Link copied to clipboard
object
SourceViewNotFound
:
BillingViewStatusReason
Source
View
Unhealthy
Link copied to clipboard
object
SourceViewUnhealthy
:
BillingViewStatusReason
Source
View
Updating
Link copied to clipboard
object
SourceViewUpdating
:
BillingViewStatusReason
View
Owner
Not
Management
Account
Link copied to clipboard
object
ViewOwnerNotManagementAccount
:
BillingViewStatusReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String