Class: Aws::ForecastService::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-forecastservice/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
6134 6135 6136 6137 6138 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6134 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |