Class: Aws::Comprehend::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The specified resource ARN was not found. Check the ARN and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6547 6548 6549 6550 6551 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6547 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |