| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static AssociateResourceErrorReason |
AssociateResourceErrorReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AssociateResourceErrorReason |
AssociateResourceError.reason()
A static error code that's used to classify the type of failure.
|
static AssociateResourceErrorReason |
AssociateResourceErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociateResourceErrorReason[] |
AssociateResourceErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AssociateResourceErrorReason> |
AssociateResourceErrorReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceError.Builder |
AssociateResourceError.Builder.reason(AssociateResourceErrorReason reason)
A static error code that's used to classify the type of failure.
|
Copyright © 2023. All rights reserved.