Class: Aws::ForecastService::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
We can’t find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6163 6164 6165 6166 6167 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6163 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |