Class: Aws::KendraRanking::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::ResourceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendraranking/types.rb
Overview
The resource you want to use is unavailable. Please check you have provided the correct resource information and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
488 489 490 491 492 |
# File 'lib/aws-sdk-kendraranking/types.rb', line 488 class ResourceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |