Class: Aws::Comprehend::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ResourceUnavailableException
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
The specified resource is not available. Check the resource and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6561 6562 6563 6564 6565 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 6561 class ResourceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |