| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionResourceType |
ExceptionResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExceptionResourceType |
ResourceUnavailableException.resourceType()
The resource type for this request.
|
ExceptionResourceType |
ResourceNotFoundException.resourceType()
The AWS request ID for this request.
|
ExceptionResourceType |
LimitExceededException.resourceType()
Limit exceeded.
|
ExceptionResourceType |
ResourceExistsException.resourceType()
The AWS request ID for this request.
|
static ExceptionResourceType |
ExceptionResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionResourceType[] |
ExceptionResourceType.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<ExceptionResourceType> |
ExceptionResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceUnavailableException.Builder |
ResourceUnavailableException.Builder.resourceType(ExceptionResourceType resourceType)
The resource type for this request.
|
ResourceNotFoundException.Builder |
ResourceNotFoundException.Builder.resourceType(ExceptionResourceType resourceType)
The AWS request ID for this request.
|
LimitExceededException.Builder |
LimitExceededException.Builder.resourceType(ExceptionResourceType resourceType)
Limit exceeded.
|
ResourceExistsException.Builder |
ResourceExistsException.Builder.resourceType(ExceptionResourceType resourceType)
The AWS request ID for this request.
|
Copyright © 2020. All rights reserved.